builder property
A function to build a widget that represent a provided data instance.
Implementation
final Widget Function(BuildContext context, T data) builder;
A function to build a widget that represent a provided data instance.
final Widget Function(BuildContext context, T data) builder;