mt3 method

Widget mt3()

Applies top margin of BsSpacing.s3.

Implementation

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