FormDocumentInput constructor

const FormDocumentInput({
  1. Key? key,
  2. required MeshElement element,
})

Implementation

const FormDocumentInput({super.key, required this.element});