9 using Selection::Selection;
10 void readCurrentValue()
override { this->setValue(FlashStorage::accessibilityMenuHighlighting); }
11 void writeCurrentValue()
override {
12 FlashStorage::accessibilityMenuHighlighting = this->getValue<MenuHighlighting>();
14 vector<std::string_view> getOptions(OptType optType)
override {
16 return {l10n::getView(l10n::String::STRING_FOR_FULL_INVERSION),
17 l10n::getView(l10n::String::STRING_FOR_PARTIAL_INVERSION),
18 l10n::getView(l10n::String::STRING_FOR_NO_INVERSION)};