FormGroupItem class

Constructors

FormGroupItem.create({dynamic init})
create manage

Properties

clickCallback VoidCallback?
form item click callback
getter/setter pair
focusNode FocusNode
no setter
hashCode int
The hash code for this object.
no setterinherited
notifier SparkDataChangeNotifier
no setter
oldValue ↔ dynamic
record old value
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearClickCallback() → void
clean callback
dispose() → void
dispose all
getValue<T>() → T
get item value
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerClickCallback(VoidCallback callback) → void
register click callback will call on form click see FocusPointerScope
toString() String
A string representation of this object.
inherited
update() → void
just update
updateValue(dynamic value, bool recordOldValue) → void
update value must use this function update value

Operators

operator ==(Object other) bool
The equality operator.
inherited