Font class
- Available extensions
- Annotations
-
- @Dataclass.new()
Constructors
- Font({FontWeight weight = FontWeight.normal, FontStyle style = FontStyle.normal, String family = "Arial", int size = 16})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
textStyle(
{Color? color, Color? backgroundColor}) → TextStyle -
Available on Font, provided by the FontHelper extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited