AxesScale class final

Represents the scale of axes with x, y, and opening scales.

Constructors

AxesScale({double x = 1.0, double y = 1.0, double opening = 1.0})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
opening double
The scale of the opening. The opening scale is used to adjust the size of the opening in the block. Opening is advised to be same scale as the x-axis.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double
The scale of the x-axis.
final
y double
The scale of the y-axis.
final

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.
override