Property enum

Inheritance

Constructors

Property()
const

Values

widget → const Property
button → const Property
textfield → const Property
image → const Property
slider → const Property
sswitch → 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

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

Static Methods

fromName(String name) Property

Constants

values → const List<Property>
A constant List of the values in this enum, in order of their declaration.