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