p method

Padding p(
  1. double all
)

Applies equal padding to all sides.

all: Padding value to apply to all sides.

Implementation

Padding p(double all) => _pad(all: all);