wrapAlignmentMap top-level property

Map<String, WrapAlignment> wrapAlignmentMap
final

Implementation

final wrapAlignmentMap = {
  "start": WrapAlignment.start,
  "end": WrapAlignment.end,
  "center": WrapAlignment.center,
  "spaceBetween": WrapAlignment.spaceBetween,
  "spaceAround": WrapAlignment.spaceAround,
  "spaceEvenly": WrapAlignment.spaceEvenly,
};