builder property
A builder function that provides a context and an onPressed callback
to create a custom button widget.
Implementation
final Widget Function(BuildContext context, VoidCallback onPressed)? builder;
A builder function that provides a context and an onPressed callback
to create a custom button widget.
final Widget Function(BuildContext context, VoidCallback onPressed)? builder;