padding property

EdgeInsetsGeometry? padding
final

The amount of space by which to inset the tooltip's child.

Defaults to:

EdgeInsets.symmetric(horizontal: 8.0, vertical: 4.0)

Implementation

final EdgeInsetsGeometry? padding;