tooltipBgColorValue property

  1. @override
String get tooltipBgColorValue

Default value for tooltipBgColor.

Implementation

@override
String get tooltipBgColorValue =>
    component?.tooltipBackgroundColor?.value ?? super.tooltipBgColorValue;