values constant

List<UIAlignment> const values

Implementation

static const $core.List<UIAlignment> values = <UIAlignment>[
  UIAlignment_Unknown,
  UIAlignment_TopLeft,
  UIAlignment_TopCenter,
  UIAlignment_TopRight,
  UIAlignment_MiddleLeft,
  UIAlignment_Center,
  UIAlignment_MiddleRight,
  UIAlignment_BottomLeft,
  UIAlignment_BottomCenter,
  UIAlignment_BottomRight,
];