AxisCoordinates class

The coordinates to position an object into an axis.

Annotations

Constructors

AxisCoordinates.new({required double start, required double end})
const
AxisCoordinates.zero()
factory

Properties

center double
no setter
end double
The position it ends
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double
The sum of space between start and end
final
start double
The position it starts
final

Methods

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

Operators

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