mx method

Widget mx([
  1. double x = 16.0
])

Applies horizontal margin to the widget.

Implementation

Widget mx([double x = 16.0]) => mOnly(l: x, r: x);