paddingX method

Widget paddingX([
  1. double x = 16
])

Implementation

Widget paddingX([double x = 16]) => paddingLTRB(l: x, r: x);