pb0 property

Padding pb0

EdgeInsets bottom

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

Implementation

Padding get pb0 => _padding(bottom: 0);