builder property
Builder receives the current HopeState and returns a widget.
Implementation
final Widget Function(BuildContext context, HopeState<T> state) builder;
Builder receives the current HopeState and returns a widget.
final Widget Function(BuildContext context, HopeState<T> state) builder;