p method

Padding p(
  1. double all
)

get all side padding

Implementation

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