marginAll method

Widget marginAll(
  1. double value
)

Implementation

Widget marginAll(double value) =>
    Container(margin: EdgeInsets.all(value), child: this);