SeniorIconButtonThemeData class

Constructors

SeniorIconButtonThemeData({SeniorIconButtonStyle? style})
Theme definitions for the SeniorIconButton 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 SeniorIconButtonStyle?
The component's style definitions. Allows you to configure: SeniorIconButtonStyle.borderColor the color of the button's border. SeniorIconButtonStyle.buttonColor the button color. SeniorIconButtonStyle.disabledBorderColor the border color of the button when it`s disabled. SeniorIconButtonStyle.disabledButtonColor the button color when disabled. SeniorIconButtonStyle.disabledIconColor icon color when disabled. SeniorIconButtonStyle.iconColor the icon color. SeniorIconButtonStyle.outlinedColor the color of the button's outline.
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