getFooterSpacing method

double getFooterSpacing()

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;