margin method

Widget margin(
  1. double v
)

Implementation

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