ElementWidget constructor

ElementWidget({
  1. Key? key,
  2. Map<String, String>? attributes,
  3. List<Widget>? children,
  4. Iterable<String>? classes,
  5. Map<String, String>? dataset,
  6. String? innerHtml,
  7. String? innerText,
  8. int? scrollLeft,
  9. int? scrollTop,
  10. String? contentEditable,
  11. String? dir,
  12. bool? draggable,
  13. bool? hidden,
  14. bool? inert,
  15. String? inputMode,
  16. String? lang,
  17. bool? spellcheck,
  18. int? tabIndex,
  19. String? title,
  20. bool? translate,
  21. String? className,
  22. String? id,
  23. String? slot,
  24. Iterable<Node>? nodes,
  25. String? text,
  26. void onAbort(
    1. Event
    )?,
  27. void onBeforeCopy(
    1. Event
    )?,
  28. void onBeforeCut(
    1. Event
    )?,
  29. void onBeforePaste(
    1. Event
    )?,
  30. void onBlur(
    1. Event
    )?,
  31. void onCanPlay(
    1. Event
    )?,
  32. void onCanPlayThrough(
    1. Event
    )?,
  33. void onChange(
    1. Event
    )?,
  34. void onClick(
    1. MouseEvent
    )?,
  35. void onContextMenu(
    1. MouseEvent
    )?,
  36. void onCopy(
    1. ClipboardEvent
    )?,
  37. void onCut(
    1. ClipboardEvent
    )?,
  38. void onDoubleClick(
    1. Event
    )?,
  39. void onDrag(
    1. MouseEvent
    )?,
  40. void onDragEnd(
    1. MouseEvent
    )?,
  41. void onDragEnter(
    1. MouseEvent
    )?,
  42. void onDragLeave(
    1. MouseEvent
    )?,
  43. void onDragOver(
    1. MouseEvent
    )?,
  44. void onDragStart(
    1. MouseEvent
    )?,
  45. void onDrop(
    1. MouseEvent
    )?,
  46. void onDurationChange(
    1. Event
    )?,
  47. void onEmptied(
    1. Event
    )?,
  48. void onEnded(
    1. Event
    )?,
  49. void onError(
    1. Event
    )?,
  50. void onFocus(
    1. Event
    )?,
  51. void onInput(
    1. Event
    )?,
  52. void onInvalid(
    1. Event
    )?,
  53. void onKeyDown(
    1. KeyboardEvent
    )?,
  54. void onKeyPress(
    1. KeyboardEvent
    )?,
  55. void onKeyUp(
    1. KeyboardEvent
    )?,
  56. void onLoad(
    1. Event
    )?,
  57. void onLoadedData(
    1. Event
    )?,
  58. void onLoadedMetadata(
    1. Event
    )?,
  59. void onMouseDown(
    1. MouseEvent
    )?,
  60. void onMouseEnter(
    1. MouseEvent
    )?,
  61. void onMouseLeave(
    1. MouseEvent
    )?,
  62. void onMouseMove(
    1. MouseEvent
    )?,
  63. void onMouseOut(
    1. MouseEvent
    )?,
  64. void onMouseOver(
    1. MouseEvent
    )?,
  65. void onMouseUp(
    1. MouseEvent
    )?,
  66. void onMouseWheel(
    1. WheelEvent
    )?,
  67. void onPaste(
    1. ClipboardEvent
    )?,
  68. void onPause(
    1. Event
    )?,
  69. void onPlay(
    1. Event
    )?,
  70. void onPlaying(
    1. Event
    )?,
  71. void onRateChange(
    1. Event
    )?,
  72. void onReset(
    1. Event
    )?,
  73. void onResize(
    1. Event
    )?,
  74. void onScroll(
    1. Event
    )?,
  75. void onSearch(
    1. Event
    )?,
  76. void onSeeked(
    1. Event
    )?,
  77. void onSeeking(
    1. Event
    )?,
  78. void onSelect(
    1. Event
    )?,
  79. void onSelectStart(
    1. Event
    )?,
  80. void onStalled(
    1. Event
    )?,
  81. void onSubmit(
    1. Event
    )?,
  82. void onSuspend(
    1. Event
    )?,
  83. void onTimeUpdate(
    1. Event
    )?,
  84. void onTouchCancel(
    1. TouchEvent
    )?,
  85. void onTouchEnd(
    1. TouchEvent
    )?,
  86. void onTouchEnter(
    1. TouchEvent
    )?,
  87. void onTouchLeave(
    1. TouchEvent
    )?,
  88. void onTouchMove(
    1. TouchEvent
    )?,
  89. void onTouchStart(
    1. TouchEvent
    )?,
  90. void onTransitionEnd(
    1. TransitionEvent
    )?,
  91. void onVolumeChange(
    1. Event
    )?,
  92. void onWaiting(
    1. Event
    )?,
  93. void onFullscreenChange(
    1. Event
    )?,
  94. void onFullscreenError(
    1. Event
    )?,
  95. void onWheel(
    1. WheelEvent
    )?,
  96. void postCreation(
    1. Element e
    )?,
})

Implementation

ElementWidget(
    {Key? key,
    this.attributes,
    this.children,
    this.classes,
    this.dataset,
    this.innerHtml,
    this.innerText,
    this.scrollLeft,
    this.scrollTop,
    this.contentEditable,
    this.dir,
    this.draggable,
    this.hidden,
    this.inert,
    this.inputMode,
    this.lang,
    this.spellcheck,
    this.tabIndex,
    this.title,
    this.translate,
    this.className,
    this.id,
    this.slot,
    this.nodes,
    this.text,
    this.onAbort,
    this.onBeforeCopy,
    this.onBeforeCut,
    this.onBeforePaste,
    this.onBlur,
    this.onCanPlay,
    this.onCanPlayThrough,
    this.onChange,
    this.onClick,
    this.onContextMenu,
    this.onCopy,
    this.onCut,
    this.onDoubleClick,
    this.onDrag,
    this.onDragEnd,
    this.onDragEnter,
    this.onDragLeave,
    this.onDragOver,
    this.onDragStart,
    this.onDrop,
    this.onDurationChange,
    this.onEmptied,
    this.onEnded,
    this.onError,
    this.onFocus,
    this.onInput,
    this.onInvalid,
    this.onKeyDown,
    this.onKeyPress,
    this.onKeyUp,
    this.onLoad,
    this.onLoadedData,
    this.onLoadedMetadata,
    this.onMouseDown,
    this.onMouseEnter,
    this.onMouseLeave,
    this.onMouseMove,
    this.onMouseOut,
    this.onMouseOver,
    this.onMouseUp,
    this.onMouseWheel,
    this.onPaste,
    this.onPause,
    this.onPlay,
    this.onPlaying,
    this.onRateChange,
    this.onReset,
    this.onResize,
    this.onScroll,
    this.onSearch,
    this.onSeeked,
    this.onSeeking,
    this.onSelect,
    this.onSelectStart,
    this.onStalled,
    this.onSubmit,
    this.onSuspend,
    this.onTimeUpdate,
    this.onTouchCancel,
    this.onTouchEnd,
    this.onTouchEnter,
    this.onTouchLeave,
    this.onTouchMove,
    this.onTouchStart,
    this.onTransitionEnd,
    this.onVolumeChange,
    this.onWaiting,
    this.onFullscreenChange,
    this.onFullscreenError,
    this.onWheel,
    this.postCreation})
    : super(key: key);