TrackballLineType enum
TrackballLineType.vertical vertical trackball line is shown, whereas TrackballLineType.horizontal horizontal trackball line is shown, and TrackballLineType.none trackball line is shown.
Constants
- horizontal → const TrackballLineType
-
const TrackballLineType(1)
- none → const TrackballLineType
-
const TrackballLineType(2)
-
values
→ const List<
TrackballLineType> -
A constant List of the values in this enum, in order of their declaration.
const List<
TrackballLineType> - vertical → const TrackballLineType
-
const TrackballLineType(0)
Properties
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited