@override bool get autofocus => _getAttributeBool('autofocus');
@override set autofocus(bool value) { _setAttributeBool('autofocus', value); }