-
$isClassGenerated
→ bool
-
Whether this class has been generated.
no setterinherited
-
aria
→ AriaPropsMixin
-
A view into this map that can be used to access
aria-
props, for convenience.
latefinalinherited
-
children
↔ List?
-
The children that were passed in to this component when it was built.
getter/setter pairinherited
-
className
↔ String?
-
String of space-delimited CSS classes to be added to the resultant DOM.
getter/setter pairinherited
-
classNameBlacklist
↔ String?
-
String of space-delimited CSS classes to be blacklisted from being added to the resultant DOM.
getter/setter pairinherited
-
componentDefaultProps
→ Map
-
An unmodifiable map view of the default props for this component brought
in from the componentFactory.
no setterinherited
-
componentFactory
↔ ReactComponentFactoryProxy?
-
The react-dart factory associated with this props class's component,
used to create a ReactElement with these props within build/call.
getter/setter pairinherited
-
dom
→ DomPropsMixin
-
A view into this map that can be used to access DOM props, for convenience.
latefinalinherited
-
entries
→ Iterable<MapEntry>
-
The map entries of this Map.
no setterinherited
-
fallbackUIRenderer
↔ ReactNode? Function(dynamic error, ReactErrorInfo? info)?
-
A renderer that will be used to render "fallback" UI instead of the child
component tree that crashed.
getter/setter pair
-
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 pairinherited
-
identicalErrorFrequencyTolerance
↔ Duration?
-
The amount of time that is "acceptable" between consecutive identical errors thrown from a component
within the tree wrapped by this ErrorBoundary.
getter/setter pair
-
isEmpty
→ bool
-
Whether there is no key/value pair in the map.
no setterinherited
-
isNotEmpty
→ bool
-
Whether there is at least one key/value pair in the map.
no setterinherited
-
key
↔ String?
-
A String that differentiates a component from its siblings.
getter/setter pairinherited
-
keys
→ Iterable
-
The keys of this Map.
no setterinherited
-
length
→ int
-
The number of key/value pairs in the map.
no setterinherited
-
logger
↔ Logger?
-
An optional custom logger instance that will be used to log errors caught by
this ErrorBoundary when shouldLogErrors is true.
getter/setter pair
-
loggerName
↔ String?
-
The name to use when the component's logger logs an error via ErrorBoundaryComponent.componentDidCatch.
getter/setter pair
-
onAnimationEnd
↔ AnimationEventCallback?
-
Callback for when a CSS Animation has completed.
getter/setter pairinherited
-
onAnimationIteration
↔ AnimationEventCallback?
-
Callback for when an iteration of a CSS Animation ends, and another one begins.
getter/setter pairinherited
-
onAnimationStart
↔ AnimationEventCallback?
-
Callback for when a CSS animation has started.
getter/setter pairinherited
-
onBlur
↔ FocusEventCallback?
-
Callback for when an element loses focus
getter/setter pairinherited
-
onChange
↔ FormEventCallback?
-
Callback for when the content of a form element, the selection, or the checked state have changed (for ,
,
getter/setter pairinherited
-
onClick
↔ MouseEventCallback?
-
Callback for when the user clicks on an element
getter/setter pairinherited
-
onComponentDidCatch
↔ dynamic Function(dynamic error, ReactErrorInfo info)?
-
An optional callback that will be called with an Error (or Exception)
and
errorInfo
containing information about which component in the tree
threw when the componentDidCatch
lifecycle method is called.
getter/setter pair
-
onComponentIsUnrecoverable
↔ dynamic Function(dynamic error, ReactErrorInfo info)?
-
An optional callback that will be called (when fallbackUIRenderer is not set)
with an Error (or Exception) and
errorInfo
containing information about which component in
the tree threw multiple consecutive errors/exceptions frequently enough that it has the potential
to lock the main thread.
getter/setter pair
-
Callback for when the user right-clicks on an element to open a context menu
getter/setter pairinherited
-
onCopy
↔ ClipboardEventCallback?
-
Callback for when the user copies the content of an element
getter/setter pairinherited
-
onCut
↔ ClipboardEventCallback?
-
Callback for when the user cuts the content of an element
getter/setter pairinherited
-
onDoubleClick
↔ MouseEventCallback?
-
Callback for when the user double-clicks on an element
getter/setter pairinherited
-
onDrag
↔ MouseEventCallback?
-
Callback for when an element is being dragged
getter/setter pairinherited
-
onDragEnd
↔ MouseEventCallback?
-
Callback for when the user has finished dragging an element
getter/setter pairinherited
-
onDragEnter
↔ MouseEventCallback?
-
Callback for when the dragged element enters the drop target
getter/setter pairinherited
-
onDragExit
↔ MouseEventCallback?
-
Callback for when the dragged element exits the drop target
getter/setter pairinherited
-
onDragLeave
↔ MouseEventCallback?
-
Callback for when the dragged element leaves the drop target
getter/setter pairinherited
-
onDragOver
↔ MouseEventCallback?
-
Callback for when the dragged element is over the drop target
getter/setter pairinherited
-
onDragStart
↔ MouseEventCallback?
-
Callback for when the user starts to drag an element
getter/setter pairinherited
-
onDrop
↔ MouseEventCallback?
-
Callback for when the dragged element is dropped on the drop target
getter/setter pairinherited
-
onFocus
↔ FocusEventCallback?
-
Callback for when an element gets focus
getter/setter pairinherited
-
onInput
↔ FormEventCallback?
-
Callback for when an element gets user input
getter/setter pairinherited
-
onKeyDown
↔ KeyboardEventCallback?
-
Callback for when the user is pressing a key
getter/setter pairinherited
-
onKeyPress
↔ KeyboardEventCallback?
-
Callback for when the user presses a key
getter/setter pairinherited
-
onKeyUp
↔ KeyboardEventCallback?
-
Callback for when the user releases a key
getter/setter pairinherited
-
onMouseDown
↔ MouseEventCallback?
-
Callback for when the user presses a mouse button over an element
getter/setter pairinherited
-
onMouseEnter
↔ MouseEventCallback?
-
Callback for when the pointer is moved onto an element
getter/setter pairinherited
-
onMouseLeave
↔ MouseEventCallback?
-
Callback for when the pointer is moved out of an element
getter/setter pairinherited
-
onMouseMove
↔ MouseEventCallback?
-
Callback for when the pointer is moving while it is over an element
getter/setter pairinherited
-
onMouseOut
↔ MouseEventCallback?
-
Callback for when a user moves the mouse pointer out of an element, or out of one of its children
getter/setter pairinherited
-
onMouseOver
↔ MouseEventCallback?
-
Callback for when the pointer is moved onto an element, or onto one of its children
getter/setter pairinherited
-
onMouseUp
↔ MouseEventCallback?
-
Callback for when a user releases a mouse button over an element
getter/setter pairinherited
-
onPaste
↔ ClipboardEventCallback?
-
Callback for when the user pastes some content in an element
getter/setter pairinherited
-
onPointerCancel
↔ PointerEventCallback?
-
Callback for when the pointing device is interrupted
getter/setter pairinherited
-
onPointerDown
↔ PointerEventCallback?
-
Callback for when the pointer becomes active over an element
getter/setter pairinherited
-
onPointerEnter
↔ PointerEventCallback?
-
Callback for when the pointer is moved onto an element
getter/setter pairinherited
-
onPointerLeave
↔ PointerEventCallback?
-
Callback for when the pointer is moved out of an element
getter/setter pairinherited
-
onPointerMove
↔ PointerEventCallback?
-
Callback for when the pointer is moving while it is over an element
getter/setter pairinherited
-
onPointerOut
↔ PointerEventCallback?
-
Callback for when the pointer is moved out of an element, or out of one of its children
getter/setter pairinherited
-
onPointerOver
↔ PointerEventCallback?
-
Callback for when the pointer is moved onto an element, or onto one of its children
getter/setter pairinherited
-
onPointerUp
↔ PointerEventCallback?
-
Callback for when the pointer becomes inactive over an element
getter/setter pairinherited
-
onReset
↔ FormEventCallback?
-
Callback for when a form is reset
getter/setter pairinherited
-
onScroll
↔ UIEventCallback?
-
Callback for when an element's scrollbar is being scrolled
getter/setter pairinherited
-
onSubmit
↔ FormEventCallback?
-
Callback for when a form is submitted
getter/setter pairinherited
-
onTouchCancel
↔ TouchEventCallback?
-
Callback for when the touch is interrupted
getter/setter pairinherited
-
onTouchEnd
↔ TouchEventCallback?
-
Callback for when a finger is removed from a touch screen
getter/setter pairinherited
-
onTouchMove
↔ TouchEventCallback?
-
Callback for when a finger is dragged across the screen
getter/setter pairinherited
-
onTouchStart
↔ TouchEventCallback?
-
Callback for when a finger is placed on a touch screen
getter/setter pairinherited
-
onTransitionEnd
↔ TransitionEventCallback?
-
Callback for when a CSS transition has completed.
getter/setter pairinherited
-
onWheel
↔ WheelEventCallback?
-
Callback for when the mouse wheel rolls up or down over an element
getter/setter pairinherited
-
propKeyNamespace
→ String?
-
no setterinherited
-
props
→ Map
-
The props maintained by this builder and used passed into the component when built.
In this case, it's the current MapView object.
no setterinherited
-
ref
↔ dynamic
-
Either a String used to retrieve the element at a later time via
react.Component.ref
,
or a Function that gets called with the element when it is mounted.
getter/setter pairinherited
-
requiredPropNamesToSkipValidation
→ Set<String>
-
Names of props to opt out of required prop validation for.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
shouldLogErrors
↔ bool?
-
Whether errors caught by this ErrorBoundary should be logged using a
Logger
.
getter/setter pair
-
staticMeta
→ PropsMetaCollection
-
A collection of metadata for the prop fields in all prop mixins used by
this props instance's generated props class.
no setterinherited
-
style
↔ Map<String, dynamic>?
-
An inline CSS style for the element.
getter/setter pairinherited
-
tabIndex
↔ dynamic
-
Whether the element if focusable.
Must be a valid integer or String of valid integer.
getter/setter pairinherited
-
testId
→ String?
-
Gets the
data-test-id
prop key for use in a testing environment.
no setterinherited
-
title
↔ String?
-
Represents advisory information about the element.
getter/setter pairinherited
-
values
→ Iterable
-
The values of this Map.
no setterinherited