WalletDialogTheme class

Constructors

WalletDialogTheme.new({Color textColor = const Color(0xFF1F2937), Color borderColor = const Color(0xFFE5E7EB), Color backgroundColor = Colors.white, Color gradientColor = const Color(0xFFE0E0E0), Color primaryColor = const Color(0xFF2196F3), TextStyle headerStyle = const TextStyle(fontSize: 20, fontWeight: FontWeight.bold, color: Color(0xFF1F2937)), TextStyle labelStyle = const TextStyle(fontWeight: FontWeight.bold, color: Color(0xFF1F2937)), TextStyle valueStyle = const TextStyle(color: Color(0xFF1F2937)), ButtonConfig? buttonConfirmStyle, ButtonConfig? buttonRejectStyle, EdgeInsets dialogPadding = const EdgeInsets.all(20.0), EdgeInsets contentPadding = const EdgeInsets.symmetric(horizontal: 20.0), double itemSpacing = 10.0})

Properties

backgroundColor Color
final
borderColor Color
final
buttonConfirmStyle ButtonConfig
final
buttonRejectStyle ButtonConfig
final
contentPadding EdgeInsets
final
dialogPadding EdgeInsets
final
gradientColor Color
final
hashCode int
The hash code for this object.
no setterinherited
headerStyle TextStyle
final
itemSpacing double
final
labelStyle TextStyle
final
primaryColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color
final
valueStyle TextStyle
final

Methods

copyWith({Color? textColor, Color? borderColor, Color? backgroundColor, Color? gradientColor, Color? primaryColor, TextStyle? headerStyle, TextStyle? labelStyle, TextStyle? valueStyle, ButtonConfig? buttonConfirmStyle, ButtonConfig? buttonRejectStyle, EdgeInsets? dialogPadding, EdgeInsets? contentPadding, double? itemSpacing}) WalletDialogTheme
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