popoverTextColorValue property

  1. @override
String get popoverTextColorValue

Default value for popoverTextColor.

Implementation

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