CoordinateUnit enum Null safety
Coordinate unit for placing annotations.
Constants
- logicalPixel → const CoordinateUnit
-
- CoordinateUnit.logicalPixel, places the annotation concerning to the pixel value.
const CoordinateUnit(1)
- point → const CoordinateUnit
-
- CoordinateUnit.point, places the annotation concerning to the points.
const CoordinateUnit(0)
-
values
→ const List<
CoordinateUnit> -
A constant List of the values in this enum, in order of their declaration.
const List<
CoordinateUnit>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited