pLeft function

EdgeInsets pLeft(
  1. num value
)

Implementation

EdgeInsets pLeft(num value) => EdgeInsets.only(left: value.toDouble());