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