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