allowsElement method

  1. @override
bool allowsElement(
  1. Element element
)
override

Returns true if the tagName is an accepted type.

Implementation

@override
bool allowsElement(html.Element element) {
  return true;
}