menu
touch_service_plugin package
documentation
models.dart
TouchSource
getByValue static method
getByValue static method
dark_mode
light_mode
getByValue
static method
TouchSource
?
getByValue
(
int
value
)
Implementation
static TouchSource? getByValue(int value) => allTypes.where((e) => e.value == value).firstOrNull;
touch_service_plugin package
documentation
models
TouchSource
getByValue static method
TouchSource class