elem property
- @nonVirtual
Returns the DOM Element of this component by doing
querySelector('$id').
Implementation
@nonVirtual
Element get elem => baseInnerElement!;
Returns the DOM Element of this component by doing
querySelector('$id').
@nonVirtual
Element get elem => baseInnerElement!;