mx property

EdgeInsets get mx

Horizontal margin EdgeInsets.

Example:

8.mx; // EdgeInsets.symmetric(horizontal: 8)

Implementation

EdgeInsets get mx => EdgeInsets.symmetric(horizontal: toDouble());