fromValue static method

GuiCheckBoxProperty fromValue(
  1. int value
)

Implementation

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