builder property
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;
Called to obtain the child widget.
The child
parameter may be different from the one parameter passed to
the constructor of SingleChildBuilder.
final Widget Function(BuildContext context, Widget? child) builder;