getPaddingAll method

EdgeInsetsGeometry getPaddingAll(
  1. double all
)

Returns the dynamic padding size for the percentage provided.

Implementation

EdgeInsetsGeometry getPaddingAll(double all) =>
    EdgeInsets.all(getFullScreen(all));