title function

Element title(
  1. dynamic children
)

Implementation

Element title(dynamic children) => _el('title', children);