asPaddingAll property
EdgeInsets
get
asPaddingAll
Returns EdgeInsets of given size on all sides
Implementation
EdgeInsets get asPaddingAll => EdgeInsets.all(this);
Returns EdgeInsets of given size on all sides
EdgeInsets get asPaddingAll => EdgeInsets.all(this);