defaultIndicatorBuilder property

EasyFormSaveButtonIndicatorBuilder defaultIndicatorBuilder
getter/setter pair

Default constructor for button indicator on save.

You can reassign to your builder globally so that you don't pass the builder function every time you create a widget.

By default, this is a CircularProgressIndicator or CupertinoActivityIndicator with a size of 18x18 and the color of the text from the ElevatedButton.

Implementation

static EasyFormSaveButtonIndicatorBuilder defaultIndicatorBuilder =
    _defaultIndicatorBuilder;