acceptedJustify constant

List<String> const acceptedJustify

Implementation

static const List<String> acceptedJustify = [
  "justify-center",
  "justify-start",
  "justify-end",
  "justify-between",
  "justify-around",
  "justify-evenly",
];