asPaddingAll property

EdgeInsets get asPaddingAll

Returns EdgeInsets of given size on all sides

Implementation

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