builder property
final
Defines how this component will appear on screen.
Typically builds an IconButton.
Implementation
final Widget Function(BuildContext, VoidCallback) builder;
Defines how this component will appear on screen.
Typically builds an IconButton.
final Widget Function(BuildContext, VoidCallback) builder;