Values.FormStyleSourceDescribes the configuration for the form's style.
type nonrec t = {horizontalGap : FormStyleConfig.t option;The spacing for the horizontal gap.
*)verticalGap : FormStyleConfig.t option;The spacing for the vertical gap.
*)outerPadding : FormStyleConfig.t option;The size of the outer padding for the form.
*)}