pl method

Widget pl(
  1. double value
)

Implementation

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