wpRightv method

Widget wpRightv(
  1. double value
)

Implementation

Widget wpRightv(double value) => Padding(
      padding: EdgeInsets.only(right: value),
      child: this,
    );