fromValue static method
Implementation
static GuiSliderProperty fromValue(int value) => switch (value) {
16 => SLIDER_WIDTH,
17 => SLIDER_PADDING,
_ => throw ArgumentError('Unknown value for GuiSliderProperty: $value'),
};
static GuiSliderProperty fromValue(int value) => switch (value) {
16 => SLIDER_WIDTH,
17 => SLIDER_PADDING,
_ => throw ArgumentError('Unknown value for GuiSliderProperty: $value'),
};