pr2 property
Widget
get
pr2
Implementation
Widget get pr2 => Padding(
child: this,
padding: const EdgeInsets.only(right: 2),
);
Widget get pr2 => Padding(
child: this,
padding: const EdgeInsets.only(right: 2),
);