menu
dutato
presentation/widgets/reflection_form.dart
ReflectionForm
ReflectionForm.new const constructor
ReflectionForm.new
dark_mode
light_mode
description
ReflectionForm
constructor
const
ReflectionForm
(
{
Key
?
key
,
required
void
onSubmit
(
ReflectionData
),
})
Implementation
const ReflectionForm({super.key, required this.onSubmit});
dutato
reflection_form
ReflectionForm
ReflectionForm.new const constructor
ReflectionForm class