StiloFontWeight class abstract

A class that defines font weight constants This class remap Flutter's font weights with a more readable name

Constructors

StiloFontWeight()

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

black → const FontWeight
Defines a black font weight (900)
bold → const FontWeight
Defines a bold font weight (700)
extraBold → const FontWeight
Defines a extra bold font weight (800)
extraLight → const FontWeight
Defines a extra light font weight (200)
light → const FontWeight
Defines a light font weight (300)
medium → const FontWeight
Defines a medium font weight (500)
regular → const FontWeight
Defines a regular font weight (400)
semiBold → const FontWeight
Defines a semi bold font weight (600)
thin → const FontWeight
Defines a thin font weight (100)