pTop function

EdgeInsets pTop(
  1. num value
)

Implementation

EdgeInsets pTop(num value) => EdgeInsets.only(top: value.toDouble());