ControlType enum
The settings are saved to shared preferences. Use the key you set to extract the value of the settings.
prefs.getInt('KEY_HERE');
The types you need to extract the value of the ControlsTypes are: DropDown int Radio String Checkbox String String String Number int Toggle bool Range double TextField String
Constructors
- ControlType()
-
const
Values
- dropDown → const ControlType
- radio → const ControlType
- checkBox → const ControlType
- number → const ControlType
- toggle → const ControlType
- group → const ControlType
- textField → const ControlType
- page → const ControlType
- date → const ControlType
- time → const ControlType
- dateRange → const ControlType
- custom → const ControlType
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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<
ControlType> - A constant List of the values in this enum, in order of their declaration.