pt16 property

EdgeInsets pt16

Gives 16dp padding from top side

Implementation

static EdgeInsets get pt16 => _padding(top: 16);