pAll function

EdgeInsets pAll(
  1. num value
)

Implementation

EdgeInsets pAll(num value) => EdgeInsets.all(value.toDouble());