marginLeft method

AbsoluteContainer marginLeft(
  1. double value
)

Implementation

AbsoluteContainer marginLeft(double value) =>
    copyWith(margin: EdgeInsets.only(left: value));