paddingBottom method

AbsoluteContainer paddingBottom(
  1. double value
)

Implementation

AbsoluteContainer paddingBottom(double value) =>
    copyWith(padding: EdgeInsets.only(bottom: value));