pl static method

EdgeInsets pl(
  1. double left
)

get left side padding

Implementation

static EdgeInsets pl(double left) => _padding(left: left);