NotifierBuilder<T> typedef
NotifierBuilder<T> =
Widget Function(T state)
Builder function for notifier widgets.
Implementation
typedef NotifierBuilder<T> = Widget Function(T state);
Builder function for notifier widgets.
typedef NotifierBuilder<T> = Widget Function(T state);