headerPadding property

EdgeInsets headerPadding
getter/setter pair

Padding for bottom sheet header content.

Implementation

var headerPadding = const EdgeInsets.only(left: 35, right: 20, bottom: 0);