pr1 property

Widget pr1

Implementation

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