ButtonThemeData class

Annotations

Constructors

ButtonThemeData({double? height, double? itemSpacing, double? minWidth, TextStyle? textStyle, IconThemeData? iconThemeData, HSLColor? disabledColor, HSLColor? color, HSLColor? focusColor, HSLColor? hoverColor, HSLColor? highlightColor})
const

Properties

color HSLColor?
final
disabledColor HSLColor?
final
focusColor HSLColor?
final
hashCode int
The hash code for this object.
no setteroverride
height double?
final
highlightColor HSLColor?
final
hoverColor HSLColor?
final
iconThemeData IconThemeData?
final
isConcrete bool
no setter
itemSpacing double?
final
minWidth double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
final

Methods

copyWith({TextStyle? textStyle, IconThemeData? iconThemeData, ColorScheme? colorScheme, double? itemSpacing, double? height, double? minWidth, HSLColor? disabledColor, HSLColor? color, HSLColor? focusColor, HSLColor? hoverColor, HSLColor? highlightColor}) ButtonThemeData
merge(ButtonThemeData? other) ButtonThemeData
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.
override