UbiquitousDomPropsMixin class abstract

Implementers

Constructors

UbiquitousDomPropsMixin()

Properties

aria AriaPropsMixin
A view into this map that can be used to access aria- props, for convenience.
latefinal
dom DomPropsMixin
A view into this map that can be used to access DOM props, for convenience.
latefinal
hashCode int
The hash code for this object.
no setterinherited
id String?
Unique identifier. Must be unique amongst all the ids, and contain at least one character.
getter/setter pair
onAnimationEnd AnimationEventCallback?
Callback for when a CSS Animation has completed.
getter/setter pair
onAnimationIteration AnimationEventCallback?
Callback for when an iteration of a CSS Animation ends, and another one begins.
getter/setter pair
onAnimationStart AnimationEventCallback?
Callback for when a CSS animation has started.
getter/setter pair
onBlur FocusEventCallback?
Callback for when an element loses focus
getter/setter pair
onChange FormEventCallback?
Callback for when the content of a form element, the selection, or the checked state have changed (for , ,
getter/setter pair
onClick MouseEventCallback?
Callback for when the user clicks on an element
getter/setter pair
onContextMenu MouseEventCallback?
Callback for when the user right-clicks on an element to open a context menu
getter/setter pair
onCopy ClipboardEventCallback?
Callback for when the user copies the content of an element
getter/setter pair
onCut ClipboardEventCallback?
Callback for when the user cuts the content of an element
getter/setter pair
onDoubleClick MouseEventCallback?
Callback for when the user double-clicks on an element
getter/setter pair
onDrag MouseEventCallback?
Callback for when an element is being dragged
getter/setter pair
onDragEnd MouseEventCallback?
Callback for when the user has finished dragging an element
getter/setter pair
onDragEnter MouseEventCallback?
Callback for when the dragged element enters the drop target
getter/setter pair
onDragExit MouseEventCallback?
Callback for when the dragged element exits the drop target
getter/setter pair
onDragLeave MouseEventCallback?
Callback for when the dragged element leaves the drop target
getter/setter pair
onDragOver MouseEventCallback?
Callback for when the dragged element is over the drop target
getter/setter pair
onDragStart MouseEventCallback?
Callback for when the user starts to drag an element
getter/setter pair
onDrop MouseEventCallback?
Callback for when the dragged element is dropped on the drop target
getter/setter pair
onFocus FocusEventCallback?
Callback for when an element gets focus
getter/setter pair
onInput FormEventCallback?
Callback for when an element gets user input
getter/setter pair
onKeyDown KeyboardEventCallback?
Callback for when the user is pressing a key
getter/setter pair
onKeyPress KeyboardEventCallback?
Callback for when the user presses a key
getter/setter pair
onKeyUp KeyboardEventCallback?
Callback for when the user releases a key
getter/setter pair
onMouseDown MouseEventCallback?
Callback for when the user presses a mouse button over an element
getter/setter pair
onMouseEnter MouseEventCallback?
Callback for when the pointer is moved onto an element
getter/setter pair
onMouseLeave MouseEventCallback?
Callback for when the pointer is moved out of an element
getter/setter pair
onMouseMove MouseEventCallback?
Callback for when the pointer is moving while it is over an element
getter/setter pair
onMouseOut MouseEventCallback?
Callback for when a user moves the mouse pointer out of an element, or out of one of its children
getter/setter pair
onMouseOver MouseEventCallback?
Callback for when the pointer is moved onto an element, or onto one of its children
getter/setter pair
onMouseUp MouseEventCallback?
Callback for when a user releases a mouse button over an element
getter/setter pair
onPaste ClipboardEventCallback?
Callback for when the user pastes some content in an element
getter/setter pair
onPointerCancel PointerEventCallback?
Callback for when the pointing device is interrupted
getter/setter pair
onPointerDown PointerEventCallback?
Callback for when the pointer becomes active over an element
getter/setter pair
onPointerEnter PointerEventCallback?
Callback for when the pointer is moved onto an element
getter/setter pair
onPointerLeave PointerEventCallback?
Callback for when the pointer is moved out of an element
getter/setter pair
onPointerMove PointerEventCallback?
Callback for when the pointer is moving while it is over an element
getter/setter pair
onPointerOut PointerEventCallback?
Callback for when the pointer is moved out of an element, or out of one of its children
getter/setter pair
onPointerOver PointerEventCallback?
Callback for when the pointer is moved onto an element, or onto one of its children
getter/setter pair
onPointerUp PointerEventCallback?
Callback for when the pointer becomes inactive over an element
getter/setter pair
onReset FormEventCallback?
Callback for when a form is reset
getter/setter pair
onScroll UIEventCallback?
Callback for when an element's scrollbar is being scrolled
getter/setter pair
onSubmit FormEventCallback?
Callback for when a form is submitted
getter/setter pair
onTouchCancel TouchEventCallback?
Callback for when the touch is interrupted
getter/setter pair
onTouchEnd TouchEventCallback?
Callback for when a finger is removed from a touch screen
getter/setter pair
onTouchMove TouchEventCallback?
Callback for when a finger is dragged across the screen
getter/setter pair
onTouchStart TouchEventCallback?
Callback for when a finger is placed on a touch screen
getter/setter pair
onTransitionEnd TransitionEventCallback?
Callback for when a CSS transition has completed.
getter/setter pair
onWheel WheelEventCallback?
Callback for when the mouse wheel rolls up or down over an element
getter/setter pair
props Map
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style Map<String, dynamic>?
An inline CSS style for the element.
getter/setter pair
tabIndex ↔ dynamic
Whether the element if focusable. Must be a valid integer or String of valid integer.
getter/setter pair
title String?
Represents advisory information about the element.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

$propKeys → const List<String>
$props → const List<PropDescriptor>
meta → const PropsMeta