wrapAlignmentMap top-level property
Implementation
final wrapAlignmentMap = {
"start": WrapAlignment.start,
"end": WrapAlignment.end,
"center": WrapAlignment.center,
"spaceBetween": WrapAlignment.spaceBetween,
"spaceAround": WrapAlignment.spaceAround,
"spaceEvenly": WrapAlignment.spaceEvenly,
};