builder property

Widget Function(BuildContext context, Widget? child) builder
finalinherited

Called to obtain the child widget.

The child parameter may be different from the one parameter passed to the constructor of SingleChildBuilder.

Implementation

final Widget Function(BuildContext context, Widget? child) builder;