UIButtonDefaults class

Inheritance

Constructors

UIButtonDefaults({Color? borderColor, double? borderRadius, double? borderWidth, double? elevation, Color? labelColor, Color? bgColor, double? widthFactor, EdgeInsets? padding, Color? shadowColor})

Properties

bgColor Color?
Sets the button's background color
getter/setter pair
borderColor Color?
Sets the button's border color
getter/setter pair
borderRadius double?
Sets the button's border radius
getter/setter pair
borderWidth double?
Sets the button's border width
getter/setter pair
elevation double?
Sets the button's elevation
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labelColor Color?
Sets the button's label color
getter/setter pair
padding EdgeInsets?
Sets the button's padding
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowColor Color?
Sets the button's shadow color
getter/setter pair
widthFactor double?
Sets the button's size percentage
getter/setter pair

Methods

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