ArcaneFormFieldContainer constructor

const ArcaneFormFieldContainer({
  1. Key? key,
  2. required Widget child,
  3. String? label,
  4. String? subLabel,
})

Implementation

const ArcaneFormFieldContainer(
    {super.key, required this.child, this.label, this.subLabel});