backgroundColor property

Color? backgroundColor
getter/setter pair

The background color of this tooltip window.

If null, a default Color(0xf0ffffff) is set.

Implementation

Color? backgroundColor;