KwikFormsStyle constructor

const KwikFormsStyle({
  1. Color? primaryColor,
  2. ButtonStyle? buttonStyle,
  3. TextStyle? buttonTextStyle,
  4. InputDecoration? inputStyle,
  5. BoxDecoration? cardStyle,
  6. TextStyle? headerTitleStyle,
})

Implementation

const KwikFormsStyle({
  this.primaryColor,
  this.buttonStyle,
  this.buttonTextStyle,
  this.inputStyle,
  this.cardStyle,
  this.headerTitleStyle,
});