fromValue static method
Implementation
static UIMaterialSymbolVariant fromValue(int value) =>
UIMaterialSymbolVariant.values.firstWhere((e) => e.value == value, orElse: () => UIMaterialSymbolVariant.values.first);
static UIMaterialSymbolVariant fromValue(int value) =>
UIMaterialSymbolVariant.values.firstWhere((e) => e.value == value, orElse: () => UIMaterialSymbolVariant.values.first);