editableHorizontalAlignment top-level constant
Implementation
const Map<String, Alignment> editableHorizontalAlignment = {
'top-left': Alignment(-1.0, -1.0),
'top-center': Alignment(0.0, -1.0),
'top-right': Alignment(1.0, -1.0),
'center-left': Alignment(-1.0, 0.0),
'center': Alignment(0.0, 0.0),
'center-right': Alignment(1.0, 0.0),
'bottom-left': Alignment(-1.0, 1.0),
'bottom-center': Alignment(0.0, 1.0),
'bottom-right': Alignment(1.0, 1.0),
};