mt2 method

Widget mt2()

Applies top margin of BsSpacing.s2.

Implementation

Widget mt2() => Padding(
  padding: EdgeInsets.only(top: BsSpacing.s2),
  child: this,
);