mt4 method

Widget mt4()

Applies top margin of BsSpacing.s4.

Implementation

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