MenuElementWidget class

Inheritance

Constructors

Properties

attributes Map<String, String>?
finalinherited
children List<Widget>?
finalinherited
classes Iterable<String>?
finalinherited
className String?
finalinherited
contentEditable String?
finalinherited
dataset Map<String, String>?
finalinherited
dir String?
finalinherited
draggable bool?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hidden bool?
finalinherited
id String?
finalinherited
inert bool?
finalinherited
innerHtml String?
finalinherited
innerText String?
finalinherited
inputMode String?
finalinherited
key Key?
finalinherited
lang String?
finalinherited
nodes Iterable<Node>?
finalinherited
nonce String?
finalinherited
oldChildren List<Widget>?
getter/setter pairinherited
onAbort → (void Function(Event)?)
finalinherited
onBeforeCopy → (void Function(Event)?)
finalinherited
onBeforeCut → (void Function(Event)?)
finalinherited
onBeforePaste → (void Function(Event)?)
finalinherited
onBlur → (void Function(Event)?)
finalinherited
onCanPlay → (void Function(Event)?)
finalinherited
onCanPlayThrough → (void Function(Event)?)
finalinherited
onChange → (void Function(Event)?)
finalinherited
onClick → (void Function(MouseEvent)?)
finalinherited
onContextMenu → (void Function(MouseEvent)?)
finalinherited
onCopy → (void Function(ClipboardEvent)?)
finalinherited
onCut → (void Function(ClipboardEvent)?)
finalinherited
onDoubleClick → (void Function(Event)?)
finalinherited
onDrag → (void Function(MouseEvent)?)
finalinherited
onDragEnd → (void Function(MouseEvent)?)
finalinherited
onDragEnter → (void Function(MouseEvent)?)
finalinherited
onDragLeave → (void Function(MouseEvent)?)
finalinherited
onDragOver → (void Function(MouseEvent)?)
finalinherited
onDragStart → (void Function(MouseEvent)?)
finalinherited
onDrop → (void Function(MouseEvent)?)
finalinherited
onDurationChange → (void Function(Event)?)
finalinherited
onEmptied → (void Function(Event)?)
finalinherited
onEnded → (void Function(Event)?)
finalinherited
onError → (void Function(Event)?)
finalinherited
onFocus → (void Function(Event)?)
finalinherited
onFullscreenChange → (void Function(Event)?)
finalinherited
onFullscreenError → (void Function(Event)?)
finalinherited
onInput → (void Function(Event)?)
finalinherited
onInvalid → (void Function(Event)?)
finalinherited
onKeyDown → (void Function(KeyboardEvent)?)
finalinherited
onKeyPress → (void Function(KeyboardEvent)?)
finalinherited
onKeyUp → (void Function(KeyboardEvent)?)
finalinherited
onLoad → (void Function(Event)?)
finalinherited
onLoadedData → (void Function(Event)?)
finalinherited
onLoadedMetadata → (void Function(Event)?)
finalinherited
onMouseDown → (void Function(MouseEvent)?)
finalinherited
onMouseEnter → (void Function(MouseEvent)?)
finalinherited
onMouseLeave → (void Function(MouseEvent)?)
finalinherited
onMouseMove → (void Function(MouseEvent)?)
finalinherited
onMouseOut → (void Function(MouseEvent)?)
finalinherited
onMouseOver → (void Function(MouseEvent)?)
finalinherited
onMouseUp → (void Function(MouseEvent)?)
finalinherited
onMouseWheel → (void Function(WheelEvent)?)
finalinherited
onPaste → (void Function(ClipboardEvent)?)
finalinherited
onPause → (void Function(Event)?)
finalinherited
onPlay → (void Function(Event)?)
finalinherited
onPlaying → (void Function(Event)?)
finalinherited
onRateChange → (void Function(Event)?)
finalinherited
onReset → (void Function(Event)?)
finalinherited
onResize → (void Function(Event)?)
finalinherited
onScroll → (void Function(Event)?)
finalinherited
onSearch → (void Function(Event)?)
finalinherited
onSeeked → (void Function(Event)?)
finalinherited
onSeeking → (void Function(Event)?)
finalinherited
onSelect → (void Function(Event)?)
finalinherited
onSelectStart → (void Function(Event)?)
finalinherited
onStalled → (void Function(Event)?)
finalinherited
onSubmit → (void Function(Event)?)
finalinherited
onSuspend → (void Function(Event)?)
finalinherited
onTimeUpdate → (void Function(Event)?)
finalinherited
onTouchCancel → (void Function(TouchEvent)?)
finalinherited
onTouchEnd → (void Function(TouchEvent)?)
finalinherited
onTouchEnter → (void Function(TouchEvent)?)
finalinherited
onTouchLeave → (void Function(TouchEvent)?)
finalinherited
onTouchMove → (void Function(TouchEvent)?)
finalinherited
onTouchStart → (void Function(TouchEvent)?)
finalinherited
onTransitionEnd → (void Function(TransitionEvent)?)
finalinherited
onVolumeChange → (void Function(Event)?)
finalinherited
onWaiting → (void Function(Event)?)
finalinherited
onWheel → (void Function(WheelEvent)?)
finalinherited
postCreation → (void Function(Element e)?)
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollLeft int?
finalinherited
scrollTop int?
finalinherited
slot String?
finalinherited
spellcheck bool?
finalinherited
tabIndex int?
finalinherited
text String?
finalinherited
title String?
finalinherited
translate bool?
finalinherited

Methods

hook(BuildContext context, Element v) Element
inherited
inflate(BuildContext context) → void
Set this widget context, build it’s child, and render the widget, updating Context.element When overriding pay attention that inflate need to call build and render
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(BuildContext context) Element
Render the DOM element and add it to the context.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited