Details class final

Inheritance

Constructors

Details({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 Details
no setterinherited
tag String
finalinherited

Methods

ariaDescribedBy(String id) Details
References another element by ID for accessible description.
inherited
ariaHidden([bool h = true]) Details
Hides the element from screen readers.
inherited
ariaLabel(String value) Details
Sets the accessible label for screen readers.
inherited
attr(String name, Attribute value) Details
Generic escape hatch for any attribute.
inherited
call([List? children]) Morphic
Call operator for children
inherited
classes(String classes) Details
inherited
data(String key, String value) Details
Sets a custom data attribute.
inherited
hidden([bool h = true]) Details
Hides the element from display.
inherited
id(String id) Details
Sets the element's unique identifier.
inherited
lang(String value) Details
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) Details
Generic event handler for custom or less common events.
inherited
onAnimationEnd(EventCallback handler) Details
inherited
onAnimationIteration(EventCallback handler) Details
inherited
onAnimationStart(EventCallback handler) Details
inherited
onBlur(EventCallback handler) Details
inherited
onCanPlay(EventCallback handler) Details
inherited
onCanPlayThrough(EventCallback handler) Details
inherited
onChange(EventCallback handler) Details
inherited
onClick(EventCallback handler) Details
inherited
onContextMenu(EventCallback handler) Details
inherited
onCopy(EventCallback handler) Details
inherited
onCut(EventCallback handler) Details
inherited
onDoubleClick(EventCallback handler) Details
inherited
onDrag(EventCallback handler) Details
inherited
onDragEnd(EventCallback handler) Details
inherited
onDragEnter(EventCallback handler) Details
inherited
onDragLeave(EventCallback handler) Details
inherited
onDragOver(EventCallback handler) Details
inherited
onDragStart(EventCallback handler) Details
inherited
onDrop(EventCallback handler) Details
inherited
onEnded(EventCallback handler) Details
inherited
onFocus(EventCallback handler) Details
inherited
onFocusIn(EventCallback handler) Details
inherited
onFocusOut(EventCallback handler) Details
inherited
onInput(EventCallback handler) Details
inherited
onKeyDown(EventCallback handler) Details
inherited
onKeyPress(EventCallback handler) Details
inherited
onKeyUp(EventCallback handler) Details
inherited
onLoadedData(EventCallback handler) Details
inherited
onLoadedMetadata(EventCallback handler) Details
inherited
onMouseDown(EventCallback handler) Details
inherited
onMouseEnter(EventCallback handler) Details
inherited
onMouseLeave(EventCallback handler) Details
inherited
onMouseMove(EventCallback handler) Details
inherited
onMouseOut(EventCallback handler) Details
inherited
onMouseOver(EventCallback handler) Details
inherited
onMouseUp(EventCallback handler) Details
inherited
onPaste(EventCallback handler) Details
inherited
onPause(EventCallback handler) Details
inherited
onPlay(EventCallback handler) Details
inherited
onPointerCancel(EventCallback handler) Details
inherited
onPointerDown(EventCallback handler) Details
inherited
onPointerEnter(EventCallback handler) Details
inherited
onPointerLeave(EventCallback handler) Details
inherited
onPointerMove(EventCallback handler) Details
inherited
onPointerUp(EventCallback handler) Details
inherited
onReset(EventCallback handler) Details
inherited
onScroll(EventCallback handler) Details
inherited
onSelect(EventCallback handler) Details
inherited
onSubmit(EventCallback handler) Details
inherited
onTimeUpdate(EventCallback handler) Details
inherited
onTouchCancel(EventCallback handler) Details
inherited
onTouchEnd(EventCallback handler) Details
inherited
onTouchMove(EventCallback handler) Details
inherited
onTouchStart(EventCallback handler) Details
inherited
onTransitionEnd(EventCallback handler) Details
inherited
onVolumeChange(EventCallback handler) Details
inherited
onWheel(EventCallback handler) Details
inherited
open([bool o = true]) Details
style(Map<String, String> style) Details
inherited
tabIndex(int value) Details
Sets the tab order index for keyboard navigation.
inherited
title(String value) Details
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