pad method

Widget pad(
  1. LdSize size
)

Implementation

Widget pad(LdSize size) {
  return _LdPadding(size: size, child: this);
}