builder property
The build strategy currently used by this builder.
This builder should not have any side effects as it may be called multiple times.
Implementation
final Widget Function(BuildContext, T) builder;
The build strategy currently used by this builder.
This builder should not have any side effects as it may be called multiple times.
final Widget Function(BuildContext, T) builder;