NomoSizes class

Constructors

NomoSizes({required double fontSizeB1, required double fontSizeB2, required double fontSizeB3, required double fontSizeH1, required double fontSizeH2, required double fontSizeH3, required double spacing1, required double spacing2, required double spacing3, double? maxContentWidth})
const
NomoSizes.fromJson(Map<String, dynamic> json)
factory

Properties

fontSizeB1 double
final
fontSizeB2 double
final
fontSizeB3 double
final
fontSizeH1 double
final
fontSizeH2 double
final
fontSizeH3 double
final
hashCode int
The hash code for this object.
no setterinherited
maxContentWidth double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacing1 double
final
spacing2 double
final
spacing3 double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

lerp(NomoSizes a, NomoSizes b, double t) NomoSizes