mt method

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

Applies top margin to the widget.

Implementation

Widget mt([double n = 16.0]) => mOnly(t: n);