FormHeader constructor
Creates a FormHeader with a required label and child widget.
The label is displayed as small text at the top, providing context for the child, which can be any form input like TextField or ArcaneField.
This constructor ensures the header is compact and aligns content to the start, respecting ArcaneTheme spacing and typography.
Implementation
const FormHeader({super.key, required this.label, required this.child});