TermsOfService constructor
TermsOfService({
- FormattedText? text,
- required int minUserAge,
- required bool showPopup,
Implementation
TermsOfService({
this.text,
required this.minUserAge,
required this.showPopup,
});