StiloLineHeight class abstract

A class that defines line height constants

Constructors

StiloLineHeight()

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

loose → const double
Defines a line height of 2.0
none → const double
Defines a line height of 1.0
normal → const double
Defines a line height of 1.5
relaxed → const double
Defines a line height of 1.625
snug → const double
Defines a line height of 1.375
tight → const double
Defines a line height of 1.25