ReflectionForm constructor

const ReflectionForm({
  1. Key? key,
  2. required void onSubmit(
    1. ReflectionData
    ),
})

Implementation

const ReflectionForm({super.key, required this.onSubmit});