popoverTextColorValue property

  1. @override
String get popoverTextColorValue

Popover text color (dark: #f8fafc).

Implementation

@override
String get popoverTextColorValue =>
    component?.popoverTextColor?.value ?? super.popoverTextColorValue;