FormProps constructor
FormProps({
- required bool? isRequired,
- bool isWarned = false,
- List<
FormOption> ? options,
Creates a new instance of FormProps.
Implementation
FormProps({required this.isRequired, this.isWarned = false, this.options});