wpv method

Widget wpv(
  1. double value
)

Implementation

Widget wpv(double value) => Padding(
      padding: EdgeInsets.all(value),
      child: this,
    );