build method

  1. @override
Widget build(
  1. BuildContext context,
  2. S? state
)
override

Returns a widget based on the BuildContext and current state.

Implementation

@override
Widget build(BuildContext context, S? state) => builder(context, state!);