pr static method
Creates padding for the right side only.
right
: The right padding value.
Returns an EdgeInsets object with right padding.
Implementation
static EdgeInsets pr(double right) => _pad(right: right);
Creates padding for the right side only.
right
: The right padding value.
Returns an EdgeInsets object with right padding.
static EdgeInsets pr(double right) => _pad(right: right);