edgeInsetsBottom property
EdgeInsets
get
edgeInsetsBottom
Returns EdgeInsets with only the bottom padding set to this value.
Implementation
EdgeInsets get edgeInsetsBottom => EdgeInsets.only(bottom: toDouble());