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