pl20 property

EdgeInsets pl20

Gives 20dp padding from left side

Implementation

static EdgeInsets get pl20 => _padding(left: 20);