ExpanderType enum Null safety
Defines the type expander icon displayed. All types except the plus-minus type will be animated
Constructors
- ExpanderType()
-
const
Values
- none → const ExpanderType
-
const ExpanderType(0)
- caret → const ExpanderType
-
const ExpanderType(1)
- arrow → const ExpanderType
-
const ExpanderType(2)
- chevron → const ExpanderType
-
const ExpanderType(3)
- plusMinus → const ExpanderType
-
const ExpanderType(4)
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
Constants
-
values
→ const List<
ExpanderType> -
A constant List of the values in this enum, in order of their declaration.
[none, caret, arrow, chevron, plusMinus]