px12 property

Widget get px12

Implementation

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