FlutterwaveStyle class

No longer needed since the intermediate screen was removed. Will be removed in further releases.

Annotations

Constructors

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})

Properties

appBarColor Color?
final
appBarIcon Icon?
final
appBarText String?
final
appBarTitleTextStyle TextStyle?
final
buttonColor Color?
final
buttonText String?
final
buttonTextStyle TextStyle?
final
dialogBackgroundColor Color?
final
dialogCancelTextStyle TextStyle?
final
dialogContinueTextStyle TextStyle?
final
hashCode int
The hash code for this object.
no setterinherited
mainBackgroundColor Color?
final
mainTextStyle TextStyle?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAppBarColor() Color
Returns app bar color or default
getAppBarIcon() Icon
Returns app bar icon or default
getAppBarText() String
Returns app bar text text or default
getAppBarTextStyle() TextStyle
Returns app bar text style or default
getButtonColor() Color
Returns button color or default
getButtonText() String
Returns button text or default
getButtonTextStyle() TextStyle
Returns button text style or default
getDialogBackgroundColor() Color
Returns dialog background color or default
getDialogCancelTextStyle() TextStyle
Returns dialog's cancel text style or default
getDialogContinueTextStyle() TextStyle
Returns dialog's continue text style or default
getMainBackgroundColor() Color
Returns background color or default
getMainTextStyle() TextStyle
Returns dialog text style or default
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited