pb property
EdgeInsets
get
pb
Bottom padding EdgeInsets.
Example:
8.pb; // EdgeInsets.only(bottom: 8)
Implementation
EdgeInsets get pb => EdgeInsets.only(bottom: toDouble());
Bottom padding EdgeInsets.
Example:
8.pb; // EdgeInsets.only(bottom: 8)
EdgeInsets get pb => EdgeInsets.only(bottom: toDouble());