pt24 property

EdgeInsets get pt24

Gives 24dp padding from top side

Implementation

static EdgeInsets get pt24 => _padding(top: 24);