Summary class final

Inheritance

Constructors

Summary({Object? key})

Properties

hashCode int
The hash code for this object.
no setterinherited
isVoid bool
finalinherited
key Object?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self Summary
no setterinherited
tag String
finalinherited

Methods

ariaDescribedBy(String id) Summary
References another element by ID for accessible description.
inherited
ariaHidden([bool h = true]) Summary
Hides the element from screen readers.
inherited
ariaLabel(String value) Summary
Sets the accessible label for screen readers.
inherited
attr(String name, Attribute value) Summary
Generic escape hatch for any attribute.
inherited
call([List? children]) Morphic
Call operator for children
inherited
classes(String classes) Summary
inherited
data(String key, String value) Summary
Sets a custom data attribute.
inherited
hidden([bool h = true]) Summary
Hides the element from display.
inherited
id(String id) Summary
Sets the element's unique identifier.
inherited
lang(String value) Summary
Sets the language of the element's content.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(String event, EventCallback handler) Summary
Generic event handler for custom or less common events.
inherited
onAnimationEnd(EventCallback handler) Summary
inherited
onAnimationIteration(EventCallback handler) Summary
inherited
onAnimationStart(EventCallback handler) Summary
inherited
onBlur(EventCallback handler) Summary
inherited
onCanPlay(EventCallback handler) Summary
inherited
onCanPlayThrough(EventCallback handler) Summary
inherited
onChange(EventCallback handler) Summary
inherited
onClick(EventCallback handler) Summary
inherited
onContextMenu(EventCallback handler) Summary
inherited
onCopy(EventCallback handler) Summary
inherited
onCut(EventCallback handler) Summary
inherited
onDoubleClick(EventCallback handler) Summary
inherited
onDrag(EventCallback handler) Summary
inherited
onDragEnd(EventCallback handler) Summary
inherited
onDragEnter(EventCallback handler) Summary
inherited
onDragLeave(EventCallback handler) Summary
inherited
onDragOver(EventCallback handler) Summary
inherited
onDragStart(EventCallback handler) Summary
inherited
onDrop(EventCallback handler) Summary
inherited
onEnded(EventCallback handler) Summary
inherited
onFocus(EventCallback handler) Summary
inherited
onFocusIn(EventCallback handler) Summary
inherited
onFocusOut(EventCallback handler) Summary
inherited
onInput(EventCallback handler) Summary
inherited
onKeyDown(EventCallback handler) Summary
inherited
onKeyPress(EventCallback handler) Summary
inherited
onKeyUp(EventCallback handler) Summary
inherited
onLoadedData(EventCallback handler) Summary
inherited
onLoadedMetadata(EventCallback handler) Summary
inherited
onMouseDown(EventCallback handler) Summary
inherited
onMouseEnter(EventCallback handler) Summary
inherited
onMouseLeave(EventCallback handler) Summary
inherited
onMouseMove(EventCallback handler) Summary
inherited
onMouseOut(EventCallback handler) Summary
inherited
onMouseOver(EventCallback handler) Summary
inherited
onMouseUp(EventCallback handler) Summary
inherited
onPaste(EventCallback handler) Summary
inherited
onPause(EventCallback handler) Summary
inherited
onPlay(EventCallback handler) Summary
inherited
onPointerCancel(EventCallback handler) Summary
inherited
onPointerDown(EventCallback handler) Summary
inherited
onPointerEnter(EventCallback handler) Summary
inherited
onPointerLeave(EventCallback handler) Summary
inherited
onPointerMove(EventCallback handler) Summary
inherited
onPointerUp(EventCallback handler) Summary
inherited
onReset(EventCallback handler) Summary
inherited
onScroll(EventCallback handler) Summary
inherited
onSelect(EventCallback handler) Summary
inherited
onSubmit(EventCallback handler) Summary
inherited
onTimeUpdate(EventCallback handler) Summary
inherited
onTouchCancel(EventCallback handler) Summary
inherited
onTouchEnd(EventCallback handler) Summary
inherited
onTouchMove(EventCallback handler) Summary
inherited
onTouchStart(EventCallback handler) Summary
inherited
onTransitionEnd(EventCallback handler) Summary
inherited
onVolumeChange(EventCallback handler) Summary
inherited
onWheel(EventCallback handler) Summary
inherited
style(Map<String, String> style) Summary
inherited
tabIndex(int value) Summary
Sets the tab order index for keyboard navigation.
inherited
title(String value) Summary
Sets the element's title (tooltip text).
inherited
toString() String
A string representation of this object.
inherited

Operators

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