wpLeftv method

Widget wpLeftv(
  1. double value
)

Implementation

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