ArcaneFormField constructor

const ArcaneFormField({
  1. Key? key,
  2. String? label,
  3. String? subLabel,
})

Implementation

const ArcaneFormField({super.key, this.label, this.subLabel});