SeniorButtonThemeData class

Constructors

SeniorButtonThemeData({SeniorButtonStyle? style})
Style definitions for the SeniorButton2 component.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style SeniorButtonStyle?
The component's style definitions. Allows you to configure: SeniorButtonStyle.backgroundColor, the button background color. SeniorButtonStyle.disabledBackgroundColor, the button background color when it's disabled. SeniorButtonStyle.contentColor, the button content color. SeniorButtonStyle.disabledContentColor, the button content color when it's disabled. SeniorButtonStyle.borderColor, the button border color. SeniorButtonStyle.disabledBorderColor, the button border color when it's disabled. SeniorButtonStyle.loaderColor, the button loader color.
final

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