build abstract method

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

Returns a widget based on the BuildContext and current value.

Implementation

Widget build(BuildContext context, S value);