Path class final

Inheritance

Constructors

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

Methods

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