paddingBottom method

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

Implementation

Widget paddingBottom([double n = 16]) => paddingLTRB(b: n);