FormInline<T> constructor
const
FormInline<T> ({})
Implementation
const FormInline({
required FormKey<T> super.key,
required this.label,
required this.child,
this.validator,
this.hint,
});