padL method

Widget padL()

Implementation

Widget padL() {
  return _LdPadding(size: LdSize.l, child: this);
}