termsConditionsText property

String termsConditionsText

The terms&conditions text. Default value is given in _defaultTermsConditionsText. Custom value in the constructor is assigned to _termsConditionsText.

Implementation

String get termsConditionsText =>
    _termsConditionsText ?? _defaultTermsConditionsText;