acceptedTextAlignments constant

List<String> const acceptedTextAlignments

Implementation

static const List<String> acceptedTextAlignments = [
  "text-left",
  "text-right",
  "text-center",
  "text-start",
  "text-end",
  "text-justify"
];