selectedTextBgColorValue property

  1. @override
String get selectedTextBgColorValue

Selected text background color (dark: #60a5fa).

Implementation

@override
String get selectedTextBgColorValue =>
    colorSeed?.selectedTextBackgroundColor?.value ??
    super.selectedTextBgColorValue;