pt2 property

Widget get pt2

Implementation

Widget get pt2 => Padding(
      child: this,
      padding: const EdgeInsets.only(top: 2),
    );