valueOf static method

UIText_TextAlign? valueOf(
  1. int value
)

Implementation

static UIText_TextAlign? valueOf($core.int value) =>
    value < 0 || value >= _byValue.length ? null : _byValue[value];