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

Inheritance

Constructors

ControlType()
const

Values

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.