menu
arcane package
documentation
shadcn/components/form/form.dart
FormTableLayout
FormTableLayout.new const constructor
FormTableLayout.new const constructor
dark_mode
light_mode
FormTableLayout
constructor
const
FormTableLayout
(
{
Key
?
key
,
required
List
<
FormField
>
rows
,
double
?
spacing
,
})
Implementation
const FormTableLayout({super.key, required this.rows, this.spacing});
arcane package
documentation
shadcn/components/form/form
FormTableLayout
FormTableLayout.new const constructor
FormTableLayout class