LabelStyle class

Constructors

LabelStyle({bool? visible, bool? showOnSelect, TextStyle? textStyle, TextStyle? onSelectTextStyle})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onSelectTextStyle TextStyle?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showOnSelect bool?
final
textStyle TextStyle?
final
visible bool?
final

Methods

getOnSelectTextStyle() TextStyle
getTextStyle() TextStyle
isShowOnSelect() bool
isVisible() bool
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