sliverPaddingBottom method

Widget sliverPaddingBottom(
  1. double val
)

内间距 下

Implementation

Widget sliverPaddingBottom(double val) => sliverPadding(bottom: val);