px2 property

Widget get px2

Implementation

Widget get px2 => Padding(
      child: this,
      padding: const EdgeInsets.symmetric(horizontal: 2),
    );