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