FontSizeHelper class

FontSizeHelper helper class for font size configuration based on Mobile and Tablet

Constructors

FontSizeHelper()

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

Static Properties

H1 double
HEADER 1
no setter
H2 double
HEADER 2
no setter
H3 double
HEADER 3
no setter
H4 double
HEADER 4
no setter
H5 double
HEADER 5
no setter
H6 double
HEADER 6
no setter
NORMAL_TEXT_LARGE double
NORMAL TEXT LARGE
no setter
NORMAL_TEXT_MEDIUM double
NORMAL TEXT MEDIUM
no setter
NORMAL_TEXT_SMALL double
NORMAL TEXT SMALL
no setter

Static Methods

customFontSize(double fontSize) double
Set Custom FontSize on your own