menu
chromium package
documentation
dart/input_ime.dart
UnderlineStyle
fromJS static method
fromJS static method
dark_mode
light_mode
fromJS
static method
UnderlineStyle
fromJS
(
String
value
)
Implementation
static UnderlineStyle fromJS(String value) => values.firstWhere((e) => e.value == value);
chromium package
documentation
dart/input_ime
UnderlineStyle
fromJS static method
UnderlineStyle enum