Dimensions class

Constructors

Dimensions()

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

fontSizeDefault double
getter/setter pair
fontSizeExtraLarge double
getter/setter pair
fontSizeExtraSmall double
getter/setter pair
fontSizeLarge double
getter/setter pair
fontSizeOverLarge double
getter/setter pair
fontSizeSmall double
getter/setter pair

Static Methods

calcH(double height) double
calcW(double width) double