MephistoTOSButton constructor
Implementation
const MephistoTOSButton({
super.key,
required this.onTosClick,
required this.onPrivacyClick,
required this.onClick,
required this.isSelected,
this.showPrivacyPolicy = true,
});
const MephistoTOSButton({
super.key,
required this.onTosClick,
required this.onPrivacyClick,
required this.onClick,
required this.isSelected,
this.showPrivacyPolicy = true,
});