build method
Returns a widget based on the BuildContext
and current state
.
Implementation
@override
Widget build(BuildContext context, S state) => builder(context, state);
Returns a widget based on the BuildContext
and current state
.
@override
Widget build(BuildContext context, S state) => builder(context, state);