builder property

Widget Function(BuildContext, VoidCallback ) builder
final

Defines how this component will appear on screen.

Typically builds an IconButton.

Implementation

final Widget Function(BuildContext, VoidCallback) builder;