pad method
Implementation
Padding pad(EdgeInsetsGeometry padding, {Key? key}) {
return Padding(
padding: padding,
key: key,
child: this,
);
}
Padding pad(EdgeInsetsGeometry padding, {Key? key}) {
return Padding(
padding: padding,
key: key,
child: this,
);
}