build abstract method

Widget build(
  1. BuildContext context,
  2. Function onValueChanged
)

Builds the widget representing the field.

context The build context.

onValueChanged A function to be called when the value of the field changes.

Implementation

Widget build(BuildContext context, Function onValueChanged);