MultiSelectTextStyles class

common text styles for the multiselect container

Implementers

Constructors

MultiSelectTextStyles({TextStyle? textStyle, TextStyle? selectedTextStyle, TextStyle? disabledTextStyle})
const

Properties

disabledTextStyle TextStyle?
The TextStyle for selection card texts if they are disabled.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedTextStyle TextStyle?
The TextStyle for selection card texts when they are selected.
final
textStyle TextStyle?
The TextStyle for selection card texts.
final

Methods

getDisabledTextStyle(BuildContext context) TextStyle
The textStyle for disabled card texts.
getSelectedTextStyle(BuildContext context) TextStyle
The textStyle for selected card texts.
getTextStyle(BuildContext context) TextStyle
The default textStyle for multi select card texts.
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