marginAll method

AbsoluteContainer marginAll(
  1. double value
)

Implementation

AbsoluteContainer marginAll(double value) =>
    copyWith(margin: EdgeInsets.all(value));