StylingDetails constructor
StylingDetails({
- ButtonStyling? buttonStyle,
- ListItemStyle? listItemStyle,
- Color? loaderColor,
- AlertStyle? alertStyle,
- InputFieldTextStyle? inputFieldTextStyle,
Implementation
StylingDetails(
{this.buttonStyle,
this.listItemStyle,
this.loaderColor,
this.alertStyle,
this.inputFieldTextStyle});