mb property

EdgeInsets get mb

Bottom margin EdgeInsets.

Example:

8.mb; // EdgeInsets.only(bottom: 8)

Implementation

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