FontStyle class
Font style constants.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
- italic → const String
- Font style italic use explicity crafted italic font otherwise inclined on the fly like oblique.
- normal → const String
- Font style normal default.
- oblique → const String
- Font style oblique is rarely used. The normal style of a font is inclined on the fly to the right by 8-12 degrees.