padding method

EdgeInsets padding()

Implementation

EdgeInsets padding() {
  return EdgeInsets.only(
      top: topPadding(),
      right: rightPadding(),
      bottom: bottomPadding(),
      left: leftPadding());
}