VButtonColorData class
Constructors
-
VButtonColorData({Color PRIMARY = const Color(0xFF2C8DA2), Color SECONDARY = const Color(0xFF74788D), Color INFO = const Color(0xFF5275DF), Color WARNING = const Color(0xFFffc107), Color SUCCESS = const Color(0xFF33C78E), Color DANGER = const Color(0xFFF14950), Color DISABLE = const Color(0xFFB5B7C4), bool autoContrast = true})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited