bottom property

EdgeInsets get bottom

Creates EdgeInsets for bottom padding only

Example:

16.bottom // EdgeInsets.only(bottom: 16)

Implementation

EdgeInsets get bottom => EdgeInsets.only(bottom: toDouble());