menu
championforms package
documentation
models/formfieldorganization.dart
FormFieldRow
FormFieldRow.new constructor
FormFieldRow.new constructor
dark_mode
light_mode
FormFieldRow
constructor
FormFieldRow
(
{
required
String
id
,
String
?
title
,
String
?
description
,
bool
fullWidth
=
true
,
})
Implementation
FormFieldRow({ required this.id, this.title, this.description, this.fullWidth = true, });
championforms package
documentation
models/formfieldorganization
FormFieldRow
FormFieldRow.new constructor
FormFieldRow class