paddingBottom method

Container paddingBottom(
  1. dynamic size
)

Implementation

Container paddingBottom(size) {
  return copyWith(padding: EdgeInsets.only(bottom: size));
}