childBuilder property
A builder function that creates the child widget with context. Use this when you need to build the child with a BuildContext. Either child or childBuilder must be provided, but not both.
Implementation
final ChildBuilder? childBuilder;