mb method

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

Applies bottom margin to the widget.

Implementation

Widget mb([double n = 16.0]) => mOnly(b: n);