FlutterwaveStyle constructor
FlutterwaveStyle({
- Color? buttonColor,
- TextStyle? buttonTextStyle,
- String? appBarText,
- TextStyle? appBarTitleTextStyle,
- Color? appBarColor,
- Icon? appBarIcon,
- Color? mainBackgroundColor,
- TextStyle? mainTextStyle,
- Color? dialogBackgroundColor,
- TextStyle? dialogCancelTextStyle,
- TextStyle? dialogContinueTextStyle,
- String? buttonText,
Implementation
FlutterwaveStyle(
{this.buttonColor,
this.buttonTextStyle,
this.appBarText,
this.appBarTitleTextStyle,
this.appBarColor,
this.appBarIcon,
this.mainBackgroundColor,
this.mainTextStyle,
this.dialogBackgroundColor,
this.dialogCancelTextStyle,
this.dialogContinueTextStyle,
this.buttonText});