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