wPadding property

Widget get wPadding

Implementation

Widget get wPadding {
  return SizedBox(
    width: toDouble(),
  );
}