VisualViewport class
- Inheritance
-
- Object
- EventTarget
- VisualViewport
- Annotations
-
- @Native("VisualViewport")
Properties
- hashCode â int
-
The hash code for this object.
no setterinherited
- height â num?
-
no setter
- offsetLeft â num?
-
no setter
- offsetTop â num?
-
no setter
- on â Events
-
This is an ease-of-use accessor for event streams which should only be
used when an explicit accessor is not available.
no setterinherited
-
onResize
â Stream<
Event> -
no setter
-
onScroll
â Stream<
Event> -
no setter
- pageLeft â num?
-
no setter
- pageTop â num?
-
no setter
- runtimeType â Type
-
A representation of the runtime type of the object.
no setterinherited
- scale â num?
-
no setter
- width â num?
-
no setter
Methods
-
addEventListener(
String type, EventListener? listener, [bool? useCapture]) â void -
inherited
-
dispatchEvent(
Event event) â bool -
inherited
-
noSuchMethod(
Invocation invocation) â dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeEventListener(
String type, EventListener? listener, [bool? useCapture]) â void -
inherited
-
toString(
) â String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) â bool -
The equality operator.
inherited
Constants
-
resizeEvent
â const EventStreamProvider<
Event> -
scrollEvent
â const EventStreamProvider<
Event>