builder property
A callback function that takes the observed data of type T
and
returns the widget to be built.
Implementation
final Widget Function(T) builder;
A callback function that takes the observed data of type T
and
returns the widget to be built.
final Widget Function(T) builder;