pl method

Padding pl(
  1. double left
)

Applies padding to the left side.

left: Left padding value.

Implementation

Padding pl(double left) => _pad(left: left);