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 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})
-
Methods
-
copyWith({Color? textColor, Color? borderColor, Color? backgroundColor, Color? gradientColor, Color? primaryColor, 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