SeniorButtonStyle class

Constructors

SeniorButtonStyle({Color? backgroundColor, Color? disabledBackgroundColor, Color? dangerBackgroundColor, Color? dangerDisabledBackgroundColor, Color? contentColor, Color? disabledContentColor, Color? dangerContentColor, Color? dangerDisabledContentColor, Color? borderColor, Color? disabledBorderColor, Color? dangerBorderColor, Color? dangerDisabledBorderColor, Color? loaderColor, Color? dangerLoaderColor, Color? outlinedContentColor, Color? dangerOutlinedContentColor, Color? outlinedDisabledContentColor, Color? dangerOutlinedDisabledContentColor})
Style definitions for the SeniorButton component.
const

Properties

backgroundColor Color?
Defines the button background color.
final
borderColor Color?
Defines the button border color.
final
contentColor Color?
Defines the button content color.
final
dangerBackgroundColor Color?
Defines the button background color when it's danger state.
final
dangerBorderColor Color?
Defines the button border color when it's danger state.
final
dangerContentColor Color?
Defines the button content color when it's danger state.
final
dangerDisabledBackgroundColor Color?
Defines the button background color when it's disabled and danger state.
final
dangerDisabledBorderColor Color?
Defines the button border color when it's disabled and danger state.
final
dangerDisabledContentColor Color?
Defines the button content color when it's disabled and danger state.
final
dangerLoaderColor Color?
Defines the button loader color when it's danger state.
final
dangerOutlinedContentColor Color?
Defines the button content color when it's danger and outlined state.
final
dangerOutlinedDisabledContentColor Color?
Defines the button content color when it's disabled with danger and outlined state and.
final
disabledBackgroundColor Color?
Defines the button background color when it's disabled.
final
disabledBorderColor Color?
Defines the button border color when it's disabled.
final
disabledContentColor Color?
Defines the button content color when it's disabled.
final
hashCode int
The hash code for this object.
no setterinherited
loaderColor Color?
Defines the button loader color.
final
outlinedContentColor Color?
Defines the button content color when it's outlined state.
final
outlinedDisabledContentColor Color?
Defines the button content color when it's disabled with outlined state.
final
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