pBottom function

EdgeInsets pBottom(
  1. num value
)

Implementation

EdgeInsets pBottom(num value) => EdgeInsets.only(bottom: value.toDouble());