StylingDetails constructor

StylingDetails({
  1. ButtonStyling? buttonStyle,
  2. ListItemStyle? listItemStyle,
  3. Color? loaderColor,
  4. AlertStyle? alertStyle,
  5. InputFieldTextStyle? inputFieldTextStyle,
})

Implementation

StylingDetails(
    {this.buttonStyle,
      this.listItemStyle,
      this.loaderColor,
      this.alertStyle,
      this.inputFieldTextStyle});