CheckListViewInitialTS class

Inheritance

Constructors

CheckListViewInitialTS()
const

Properties

disabledTextStyle TextStyle?
The TextStyle for selection card texts if they are disabled.
finalinherited
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.
finalinherited
textStyle TextStyle?
The TextStyle for selection card texts.
finalinherited

Methods

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