UFUTextSize enum

UFUTextSize is used to change textSize.

Inheritance
Available extensions

Values

heading6 → const UFUTextSize

UFUTextSize.heading6 is used to set textSize of a text widget Font Size - 11

heading5 → const UFUTextSize

UFUTextSize.heading5 is used to set textSize of a text widget Font Size - 12

heading4 → const UFUTextSize

Default textSize is UFUTextSize.heading4 is used to set textSize of a text widget Font Size - 14

heading3 → const UFUTextSize

UFUTextSize.heading3 is used to set textSize of a text widget Font Size - 16

heading2 → const UFUTextSize

UFUTextSize.heading2 is used to set textSize of a text widget Font Size - 18

heading1 → const UFUTextSize

UFUTextSize.heading1 is used to set textSize of a text widget Font Size - 20

size22 → const UFUTextSize

UFUTextSize.size22 is used to set textSize of a text widget Font Size - 22

size24 → const UFUTextSize

UFUTextSize.size24 is used to set textSize of a text widget Font Size - 24

size26 → const UFUTextSize

UFUTextSize.size26 is used to set textSize of a text widget Font Size - 26

size28 → const UFUTextSize

UFUTextSize.size28 is used to set textSize of a text widget Font Size - 28

size30 → const UFUTextSize

UFUTextSize.size30 is used to set textSize of a text widget Font Size - 30

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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<UFUTextSize>
A constant List of the values in this enum, in order of their declaration.