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