tags property

List<String> tags

Implementation

static List<String> get tags => List<String>.from(STYLED_ELEMENTS)
  ..addAll(INTERACTABLE_ELEMENTS)
  ..addAll(REPLACED_ELEMENTS)
  ..addAll(LAYOUT_ELEMENTS)
  ..addAll(TABLE_CELL_ELEMENTS)
  ..addAll(TABLE_DEFINITION_ELEMENTS)
  ..addAll(EXTERNAL_ELEMENTS);