paddingAll property

EdgeInsetsGeometry get paddingAll

Implementation

EdgeInsetsGeometry get paddingAll {
  return EdgeInsets.all(this);
}