DocumentBody class

Contains document.body; Is an alias, for easy interaction in the widgets.

Constructors

DocumentBody()

Properties

body BodyElement
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

a(String name, dynamic value, {bool? removeIf}) DocumentBody
Allows to create a custom HTML attribute, for example, if you can't find the desired one.
get() BodyElement
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(String eventName, dynamic fun(BodyElement, Event)) DocumentBody
Allows to create a custom HTML event, for example, if you can't find the desired one.
style(List<String> styleList, {bool? removeIf}) DocumentBody
The style global attribute contains CSS styling declarations to be applied to the element. Read more...
toString() String
A string representation of this object.
inherited

Operators

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