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