getPaddingHeight function

double getPaddingHeight(
  1. Styles styles
)

Implementation

double getPaddingHeight(Styles styles) {
  return getSize(size: styles.paddingTop) + getSize(size: styles.paddingBottom);
}