mt property

EdgeInsets get mt

Top margin EdgeInsets.

Example:

8.mt; // EdgeInsets.only(top: 8)

Implementation

EdgeInsets get mt => EdgeInsets.only(top: toDouble());