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