pt1 property

Widget get pt1

Implementation

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