KwikFormsStyle constructor

const KwikFormsStyle({
  1. Color? primaryColor,
  2. ButtonStyle? buttonStyle,
  3. TextStyle? buttonTextStyle,
  4. InputDecoration? inputStyle,
  5. BoxDecoration? cardStyle,
  6. TextStyle? headerTitleStyle,
  7. TextStyle? fieldLabelStyle,
  8. TextStyle? optionalSuffixStyle,
  9. TextStyle? hintTextStyle,
  10. TextStyle? inputTextStyle,
  11. TextStyle? subtitleTextStyle,
  12. Map<String, String>? fieldLabels,
  13. Map<String, String>? fieldHints,
  14. String? optionalSuffixText,
  15. String? selectAddressTitle,
  16. String? addAddressTitle,
  17. String? formScreenTitle,
  18. String? deliverButtonText,
  19. String? addNewAddressLinkText,
  20. String? saveAndDeliverButtonText,
  21. String? submitButtonText,
  22. String? addressTypeLabel,
  23. Map<String, String>? addressTypeLabels,
  24. String? savedAddressesSectionTitle,
  25. String? gokwikNetworkSectionTitle,
  26. 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,
});