mx function

MarginAttribute mx(
  1. double space
)

Margin horizontal

Implementation

MarginAttribute mx(double space) => MarginAttribute(
      left: space,
      right: space,
    );