tooltipPadding property

EdgeInsets tooltipPadding
final

Empty space around tooltip content.

Default Value for Showcase widget is:

EdgeInsets.symmetric(vertical: 8, horizontal: 8)

Implementation

final EdgeInsets tooltipPadding;