FlutterFormInputNumberPickerController constructor
Creates a FlutterFormInputNumberPickerController.
The id parameter specifies the unique identifier for the controller. The mandatory parameter specifies whether the input is mandatory. The value, checkPageTitle, checkPageDescription, and onChanged parameters are optional.
Implementation
FlutterFormInputNumberPickerController({
required this.id,
this.mandatory = true,
this.value,
this.checkPageTitle,
this.checkPageDescription,
this.onChanged,
});