ButtonStyles class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

fullWidthBorderRadius → const double
Border Radius for Full Width
labelFontSize → const double
Default button font size can vary depending on platform.
labelFontWeight → const FontWeight
Medium button labels have semi bold font weight
maxWidth → const double
Max Width for Button
minWidth → const double
Min Width for Button
opacity → const int
Opacity for Button
sizeMediumBorderRadius → const double
Border Radius for Size Medium
sizeMediumHeight → const double
Height for Size Medium
sizeMediumPaddingBottom → const double
Padding Bottom for Size Medium
sizeMediumPaddingTop → const double
Padding Top for Size Medium
sizeSmallBorderRadius → const double
Border radius for small size now uses doubleQuarter (18 logical pixels)
sizeSmallHeight → const double
Small button height is explicitly defined to avoid content vertical overflow
sizeSmallPaddingBottom → const double
All small buttons now have top padding equivalent to 6 logical pixels
sizeSmallPaddingLeft → const double
All small buttons now have left padding equivalent to 16 logical pixels
sizeSmallPaddingRight → const double
All small buttons now have right padding equivalent to 16 logical pixels
sizeSmallPaddingTop → const double
All small buttons now have top padding equivalent to 6 logical pixels