tooltipBgColorValue property

  1. @override
String get tooltipBgColorValue

Tooltip background color (dark: #334155).

Implementation

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