padding property

EdgeInsets? padding
getter/setter pair

The padding form the content to the window border of this tooltip.

If null, a default EdgeInsets.all(5) is set.

Implementation

EdgeInsets? padding;