pt static method

EdgeInsets pt(
  1. double top
)

get top side padding

Implementation

static EdgeInsets pt(double top) => _pad(top: top);