AnchorElement constructor
AnchorElement([
- BindingContext? context
Implementation
AnchorElement([BindingContext? context])
: super(context) {
addEventListener(EVENT_CLICK, _handleClick);
}