px8 property

Widget get px8

Implementation

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