pb property
EdgeInsets
get
pb
Padding bottom only: pb
Implementation
EdgeInsets get pb => EdgeInsets.only(bottom: toDouble());
Padding bottom only: pb
EdgeInsets get pb => EdgeInsets.only(bottom: toDouble());