marginBottom method

AbsoluteContainer marginBottom(
  1. double value
)

Implementation

AbsoluteContainer marginBottom(double value) =>
    copyWith(margin: EdgeInsets.only(bottom: value));