KwikFormsStyle constructor
const
KwikFormsStyle({
- Color? primaryColor,
- ButtonStyle? buttonStyle,
- TextStyle? buttonTextStyle,
- InputDecoration? inputStyle,
- BoxDecoration? cardStyle,
- TextStyle? headerTitleStyle,
Implementation
const KwikFormsStyle({
this.primaryColor,
this.buttonStyle,
this.buttonTextStyle,
this.inputStyle,
this.cardStyle,
this.headerTitleStyle,
});