ItemTagsCombine enum
combines icon text or image
Constructors
- ItemTagsCombine()
-
const
Values
- onlyText → const ItemTagsCombine
-
const ItemTagsCombine(0)
- onlyIcon → const ItemTagsCombine
-
const ItemTagsCombine(1)
- onlyImage → const ItemTagsCombine
-
const ItemTagsCombine(2)
- imageOrIconOrText → const ItemTagsCombine
-
const ItemTagsCombine(3)
- withTextBefore → const ItemTagsCombine
-
const ItemTagsCombine(4)
- withTextAfter → const ItemTagsCombine
-
const ItemTagsCombine(5)
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<
ItemTagsCombine> -
A constant List of the values in this enum, in order of their declaration.
[onlyText, onlyIcon, onlyImage, imageOrIconOrText, withTextBefore, withTextAfter]