px2 property
Widget
get
px2
Implementation
Widget get px2 => Padding(
child: this,
padding: const EdgeInsets.symmetric(horizontal: 2),
);
Widget get px2 => Padding(
child: this,
padding: const EdgeInsets.symmetric(horizontal: 2),
);