SeniorBalanceStyle class

Constructors

SeniorBalanceStyle({Color? selectedControllerColor, Color? signColor, Color? textColor, Color? unselectedControllerColor})
Style definitions for the SeniorBalance 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
selectedControllerColor Color?
Defines the color of the selected selection display.
final
signColor Color?
Defines the component's color.
final
textColor Color?
Defines the component's text color.
final
unselectedControllerColor Color?
Defines the color of the unchecked selection display.
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