FlutterFormInputWidget<T> constructor
- required FlutterFormInputController<
T> controller, - Key? key,
- FocusNode? focusNode,
- Widget? label,
- bool enabled = true,
Implementation
const FlutterFormInputWidget({
required this.controller,
super.key,
this.focusNode,
this.label,
this.enabled = true,
});