AntdFormItemMixin class abstract mixin

Implementers

Constructors

AntdFormItemMixin.new()

Properties

child Widget
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getValue(BuildContext context) → dynamic
isFromItemEnv(BuildContext context) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setValue(BuildContext context, dynamic value, AntdFormTrigger sourceTrigger) → void
toString() String
A string representation of this object.
inherited
useValue(BuildContext context, void action(dynamic value)) → void

Operators

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