form property

FormState? form

shortcut for Form.of(context)

Implementation

FormState? get form => Form.of(this);