ComponentType class Null safety
Type of interaction component
Constructors
- ComponentType.from(int value)
-
Create ComponentType from
value
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 ==(
dynamic other) → bool -
The equality operator.
inherited
Constants
-
ComponentType._create(2)
- row → const ComponentType
-
Row where other components can be placed
ComponentType._create(1)
- select → const ComponentType
-
ComponentType._create(3)
- text → const ComponentType
-
ComponentType._create(4)