ml method

Widget ml([
  1. double n = 16.0
])

Applies left margin to the widget.

Implementation

Widget ml([double n = 16.0]) => mOnly(l: n);