CommonButtonHoverStyle class
Constructors
-
CommonButtonHoverStyle({TextStyle? textStyle, TextStyle? filledTextStyle, Color? color, Color? backgroundColor, Color? borderColor, Gradient? gradient, MouseCursor? mouseCursor, Color? iconColor, double? borderWidth, BorderRadius? borderRadius, List<BoxShadow>? boxShadow})
-
CommonButtonHoverStyle initialization
const
Methods
-
copyWith({TextStyle? textStyle, TextStyle? filledTextStyle, Color? color, Color? backgroundColor, Color? borderColor, Gradient? gradient, MouseCursor? mouseCursor, Color? iconColor, double? borderWidth, BorderRadius? borderRadius, List<BoxShadow>? boxShadow})
→ CommonButtonHoverStyle
-
Create copy of this hover style with changes
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited