elem property

  1. @nonVirtual
Element get elem

Returns the DOM Element of this component by doing querySelector('$id').

Implementation

@nonVirtual
Element get elem => baseInnerElement!;