DataWidgetBuilder<T> typedef
DataWidgetBuilder<T> =
Widget Function(BuildContext context, T data, Widget? child)
A widget builder that receives the data from the ancestor Data widget.
Implementation
typedef DataWidgetBuilder<T> = Widget Function(
BuildContext context, T data, Widget? child);