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