menu
championforms package
documentation
models/formfieldbase.dart
FormFieldBase
FormFieldBase.new constructor
FormFieldBase.new constructor
dark_mode
light_mode
FormFieldBase
constructor
FormFieldBase
(
{
required
String
id
,
String
?
title
,
String
?
description
,
})
Implementation
FormFieldBase({ required this.id, this.title, this.description, });
championforms package
documentation
models/formfieldbase
FormFieldBase
FormFieldBase.new constructor
FormFieldBase class