asPaddingAll property

EdgeInsets asPaddingAll

Returns EdgeInsets of given size on all sides

Implementation

EdgeInsets get asPaddingAll => EdgeInsets.all(this);