pRight function

EdgeInsets pRight(
  1. num value
)

Implementation

EdgeInsets pRight(num value) => EdgeInsets.only(right: value.toDouble());