Property enum
Constructors
- Property()
-
const
Values
- widget → const Property
- link → const Property
- textfield → const Property
- image → const Property
- slider → const Property
- sswitch → const Property
- header → const Property
- checkbox → const Property
- checkable → const Property
- toggleable → const Property
- clickable → const Property
- longClickable → const Property
- scrollable → const Property
- checked → const Property
- unchecked → const Property
- toggled → const Property
- enableable → const Property
- enabled → const Property
- disabled → const Property
- focusable → const Property
- focused → const Property
- multiline → const Property
- selected → const Property
- obscured → const Property
- readonly → const Property
- label → const Property
- value → const Property
- hint → const Property
- width → const Property
- height → const Property
- size → const Property
- area → const Property
- length → const Property
- characters → const Property
- lines → const Property
- words → const Property
- custom → const Property
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<
Property> -
A constant List of the values in this enum, in order of their declaration.
[widget, button, link, textfield, image, slider, sswitch, header, checkbox, checkable, toggleable, clickable, longClickable, scrollable, checked, unchecked, toggled, enableable, enabled, disabled, foc…