pb16 property

EdgeInsets pb16

Gives 16dp padding from bottom side

Implementation

static EdgeInsets get pb16 => _padding(bottom: 16);