asPaddingR property
EdgeInsets
get
asPaddingR
Returns EdgeInsets of given size along the right edge only
Implementation
EdgeInsets get asPaddingR => EdgeInsets.only(right: this);
Returns EdgeInsets of given size along the right edge only
EdgeInsets get asPaddingR => EdgeInsets.only(right: this);