NomoSizes class

Constructors

NomoSizes({double? maxContentWidth, required double fontSizeB1, required double fontSizeB2, required double fontSizeB3, required double fontSizeH1, required double fontSizeH2, required double fontSizeH3})
const

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

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