build method

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

Returns a widget based on the BuildContext and current state.

Implementation

@override
Widget build(BuildContext context, State state) =>
    builder(context, state.join);