marginTop method

AbsoluteContainer marginTop(
  1. double value
)

Implementation

AbsoluteContainer marginTop(double value) =>
    copyWith(margin: EdgeInsets.only(top: value));