getByValue static method
Implementation
static TextHorizontalAlignment getByValue(int value) {
  return TextHorizontalAlignment.values.firstWhere((x) => x.rawValue == value);
}static TextHorizontalAlignment getByValue(int value) {
  return TextHorizontalAlignment.values.firstWhere((x) => x.rawValue == value);
}