FlutterwaveStyle constructor

FlutterwaveStyle({
  1. Color? buttonColor,
  2. TextStyle? buttonTextStyle,
  3. String? appBarText,
  4. TextStyle? appBarTitleTextStyle,
  5. Color? appBarColor,
  6. Icon? appBarIcon,
  7. Color? mainBackgroundColor,
  8. TextStyle? mainTextStyle,
  9. Color? dialogBackgroundColor,
  10. TextStyle? dialogCancelTextStyle,
  11. TextStyle? dialogContinueTextStyle,
  12. 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});