FormTableLayout constructor
Creates a FormTableLayout.
Parameters:
rows(List<FormField>, required): Form fields to arrange in rows.spacing(double?, optional): Custom row spacing.
Implementation
const FormTableLayout({super.key, required this.rows, this.spacing});