asPaddingR property

EdgeInsets asPaddingR

Returns EdgeInsets of given size along the right edge only

Implementation

EdgeInsets get asPaddingR => EdgeInsets.only(right: this);