pb static method

EdgeInsets pb(
  1. double bottom
)

get bottom side padding

Implementation

static EdgeInsets pb(double bottom) => _pad(bottom: bottom);