CrosshairLineType enum Null safety
Crosshair line type.
Constants
- both → const CrosshairLineType
-
- CrosshairLineType.both, displays both horizontal and vertical lines.
const CrosshairLineType(0)
- horizontal → const CrosshairLineType
-
- CrosshairLineType.horizontal, displays horizontal line.
const CrosshairLineType(1)
- none → const CrosshairLineType
-
- CrosshairLineType.none, will not display crosshair line.
const CrosshairLineType(3)
-
values
→ const List<
CrosshairLineType> -
A constant List of the values in this enum, in order of their declaration.
const List<
CrosshairLineType> - vertical → const CrosshairLineType
-
- CrosshairLineType.vertical, displays vertical line.
const CrosshairLineType(2)
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