px1 property

Widget px1

Implementation

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