pad method

Widget pad(
  1. double all
)

Implementation

Widget pad(double all) => Padding(padding: EdgeInsets.all(all), child: this);