builder property

Widget Function(BuildContext context) builder
final

The builder function that constructs the widget tree.

Implementation

final Widget Function(BuildContext context) builder;