p4 property
Widget
get
p4
Implementation
Widget get p4 => Padding(
child: this,
padding: const EdgeInsets.all(4),
);
Widget get p4 => Padding(
child: this,
padding: const EdgeInsets.all(4),
);