build abstract method

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

Returns a widget based on the BuildContext and current state.

Implementation

Widget build(BuildContext context, S state);