paddingLeft method

Widget paddingLeft(
  1. double val
)

内间距 左

Implementation

Widget paddingLeft(double val) => padding(left: val);