pb0 property

EdgeInsets get pb0

EdgeInsets bottom

Get bottom side padding with predifned numbers 0dp padding from bottom side

Implementation

static EdgeInsets get pb0 => _padding(bottom: 0);