FormTableLayout constructor

const FormTableLayout({
  1. Key? key,
  2. required List<FormField> rows,
  3. double? spacing,
})

Implementation

const FormTableLayout({super.key, required this.rows, this.spacing});