editableCellTextAlign top-level constant

Map<String, TextAlign> const editableCellTextAlign

Implementation

const Map<String, TextAlign> editableCellTextAlign = {
  'left': TextAlign.left,
  'right': TextAlign.right,
  'center': TextAlign.center,
  'justify': TextAlign.justify,
  'start': TextAlign.start,
  'end': TextAlign.end,
};