TxtStyles enum

Size and font weight of the widget text

Inheritance
Available extensions

Values

sm → const TxtStyles

Sm size

boldSm → const TxtStyles

BoldSm

md → const TxtStyles

Md

boldMd → const TxtStyles

BoldMD

lg → const TxtStyles

lg size

boldLg → const TxtStyles

Boldlg

xl → const TxtStyles

Xl size

boldXl → const TxtStyles

BoldSm

xxl → const TxtStyles

2Xl

bold2Xl → const TxtStyles

Bold2Xl

xxxl → const TxtStyles

3XL

xxxxl → const TxtStyles

4XL

xxxxxl → const TxtStyles

5Xl

xxxxxxl → const TxtStyles

6Xl

xxxxxxxl → const TxtStyles

7XL

xxxxxxxxl → const TxtStyles

8XL

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<TxtStyles>
A constant List of the values in this enum, in order of their declaration.