builder property
builder for the container passes a build context that can reference the container's inheritance
Implementation
final List<Widget> Function(BuildContext context)? builder;
builder for the container passes a build context that can reference the container's inheritance
final List<Widget> Function(BuildContext context)? builder;