headerPadding property

EdgeInsets? headerPadding
final

Custom padding of the popover header.

If not specified, defaults to EdgeInsets.symmetric(horizontal: 16.0, vertical: 8.0).

Implementation

final EdgeInsets? headerPadding;