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