menu
echo_tform package
documentation
form/form_cell.dart
TFormCell
TFormCell.new const constructor
TFormCell.new const constructor
dark_mode
light_mode
TFormCell
constructor
const
TFormCell
(
{
Key
?
key
,
required
TFormRow
row
,
})
Implementation
const TFormCell({Key? key, required this.row}) : super(key: key);
echo_tform package
documentation
form/form_cell
TFormCell
TFormCell.new const constructor
TFormCell class