headerPadding property

EdgeInsetsGeometry? headerPadding
final

Padding inside the sticky header pinned at the top. Defaults to EdgeInsets.fromLTRB(24, 20, 24, 12).

Implementation

final EdgeInsetsGeometry? headerPadding;