mr method

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

Applies right margin to the widget.

Implementation

Widget mr([double n = 16.0]) => mOnly(r: n);