paddingLeft method

Widget paddingLeft([
  1. double n = 16
])

Implementation

Widget paddingLeft([double n = 16]) => paddingLTRB(l: n);