originValues constant
Implementation
static const Map<String, Alignment> originValues = {
'center': Alignment.center,
'top': Alignment.topCenter,
'top-right': Alignment.topRight,
'right': Alignment.centerRight,
'bottom-right': Alignment.bottomRight,
'bottom': Alignment.bottomCenter,
'bottom-left': Alignment.bottomLeft,
'left': Alignment.centerLeft,
'top-left': Alignment.topLeft,
};