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