enableOnlyWhenFormBlocCanSubmit property
If true, this widget will be enabled only
when the state of the FormBloc that contains this
FieldBloc has FormBlocState.canSubmit in true.
Implementation
final bool enableOnlyWhenFormBlocCanSubmit;
If true, this widget will be enabled only
when the state of the FormBloc that contains this
FieldBloc has FormBlocState.canSubmit in true.
final bool enableOnlyWhenFormBlocCanSubmit;