builder property

Widget Function(BuildContext context, String debouncerKey) builder
final

The builder function that returns a widget that will show the button or form that will eventually activate the action.

Implementation

final Widget Function(BuildContext context, String debouncerKey) builder;