KwikFormsStyle constructor
const
KwikFormsStyle({
- Color? primaryColor,
- ButtonStyle? buttonStyle,
- TextStyle? buttonTextStyle,
- InputDecoration? inputStyle,
- BoxDecoration? cardStyle,
- TextStyle? headerTitleStyle,
- TextStyle? fieldLabelStyle,
- TextStyle? optionalSuffixStyle,
- TextStyle? hintTextStyle,
- TextStyle? inputTextStyle,
- TextStyle? subtitleTextStyle,
- Map<
String, String> ? fieldLabels, - Map<
String, String> ? fieldHints, - String? optionalSuffixText,
- String? selectAddressTitle,
- String? addAddressTitle,
- String? formScreenTitle,
- String? deliverButtonText,
- String? addNewAddressLinkText,
- String? saveAndDeliverButtonText,
- String? submitButtonText,
- String? addressTypeLabel,
- Map<
String, String> ? addressTypeLabels, - String? savedAddressesSectionTitle,
- String? gokwikNetworkSectionTitle,
- TextStyle? sectionHeaderStyle,
Implementation
const KwikFormsStyle({
this.primaryColor,
this.buttonStyle,
this.buttonTextStyle,
this.inputStyle,
this.cardStyle,
this.headerTitleStyle,
this.fieldLabelStyle,
this.optionalSuffixStyle,
this.hintTextStyle,
this.inputTextStyle,
this.subtitleTextStyle,
this.fieldLabels,
this.fieldHints,
this.optionalSuffixText,
this.selectAddressTitle,
this.addAddressTitle,
this.formScreenTitle,
this.deliverButtonText,
this.addNewAddressLinkText,
this.saveAndDeliverButtonText,
this.submitButtonText,
this.addressTypeLabel,
this.addressTypeLabels,
this.savedAddressesSectionTitle,
this.gokwikNetworkSectionTitle,
this.sectionHeaderStyle,
});