formattingKeys constant

List<String> const formattingKeys

List of all text formatting keys

Implementation

static const List<String> formattingKeys = [
  bold,
  italic,
  underline,
  strikethrough,
  superscript,
  subscript,
];