getFooterSpacing method
Returns the vertical spacing below the field footer.
Gets the footer spacing from the field's style configuration, defaulting to 5 pixels if not specified.
Implementation
double getFooterSpacing() => style.footerSpacing ?? 5;
Returns the vertical spacing below the field footer.
Gets the footer spacing from the field's style configuration, defaulting to 5 pixels if not specified.
double getFooterSpacing() => style.footerSpacing ?? 5;