FormProps constructor

FormProps({
  1. required bool? isRequired,
  2. bool isWarned = false,
  3. List<FormOption>? options,
})

Creates a new instance of FormProps.

Implementation

FormProps({required this.isRequired, this.isWarned = false, this.options});