build abstract method
- BuildContext context,
- 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);