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