mx function
Margin horizontal
Implementation
MarginAttribute mx(double space) => MarginAttribute(
left: space,
right: space,
);
Margin horizontal
MarginAttribute mx(double space) => MarginAttribute(
left: space,
right: space,
);