FormRow<T> constructor

FormRow<T>({
  1. required List<FormItem> formItems(),
})

Implementation

FormRow({required this.formItems});