enableOnlyWhenFormBlocCanSubmit property

bool enableOnlyWhenFormBlocCanSubmit
final

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;