isBusy property
bool
get
isBusy
Whether the button should show a loading indicator.
Implementation
bool get isBusy => isSubmittingForm || isCheckingUniqueFields || isFetchingFieldInfo;
Whether the button should show a loading indicator.
bool get isBusy => isSubmittingForm || isCheckingUniqueFields || isFetchingFieldInfo;