padding method
Implementation
Widget padding({required EdgeInsetsGeometry pad, Key? key}) => Padding(
padding: pad,
key: key,
child: this,
);
Widget padding({required EdgeInsetsGeometry pad, Key? key}) => Padding(
padding: pad,
key: key,
child: this,
);