marginRight method

AbsoluteContainer marginRight(
  1. double value
)

Implementation

AbsoluteContainer marginRight(double value) =>
    copyWith(margin: EdgeInsets.only(right: value));