defaultLayoutBuilder property

EasyFormSaveButtonLayoutBuilder defaultLayoutBuilder
getter/setter pair

The default button content layout builder.

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 Stack with a centered indicator on top of the button's content.

See also:

Implementation

static EasyFormSaveButtonLayoutBuilder defaultLayoutBuilder =
    _defaultLayoutBuilder;