MarkupRenderElement class

Inheritance
Implemented types

Constructors

MarkupRenderElement.new(String tag)

Properties

attributes Map<String, String>?
getter/setter pair
children → ChildList
latefinalinherited
classes String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
node → Node?
no setterinherited
parent MarkupRenderObject?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styles Map<String, String>?
getter/setter pair
tag String
final

Methods

attach(covariant RenderObject child, {covariant RenderObject? after}) → void
inherited
createChildRenderElement(String tag) MarkupRenderElement
inherited
createChildRenderFragment() MarkupRenderFragment
inherited
createChildRenderText(String text, [bool rawHtml = false]) MarkupRenderText
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(covariant RenderObject child) → void
inherited
renderToHtml() String
inherited
toString() String
A string representation of this object.
inherited
update(String? id, String? classes, Map<String, String>? styles, Map<String, String>? attributes, Map<String, EventCallback>? events) → void
override

Operators

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