Axis class

Metadata for a variable font axis.

Constructors

Axis({double? end, double? start, String? tag})
Axis.fromJson(Map json_)

Properties

end double?
maximum value
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start double?
minimum value
getter/setter pair
tag String?
tag name.
getter/setter pair

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