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