pr static method

EdgeInsets pr(
  1. double right
)

get right side padding

Implementation

static EdgeInsets pr(double right) => _pad(right: right);