marginAll method

Container marginAll(
  1. double value
)

Implementation

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