menu
arcane package
documentation
component/screen/settings_screen.dart
Option
matches method
matches method
dark_mode
light_mode
matches
method
bool
matches
(
String
text
)
Implementation
bool matches(String text) => "$name $description".toLowerCase().contains(text.toLowerCase());
arcane package
documentation
component/screen/settings_screen
Option
matches method
Option class