AdvancedTag class abstract

An advanced tag takes fully control over it's children. This can be useful when it requires different styling. Do note that it should respect the latest StyleTag and tap action of the renderer. This is mostly to ensure that the UrlTag keeps working.

Inheritance
Implementers

Constructors

AdvancedTag(String tag, {bool visitChildren = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
finalinherited
visitChildren bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onTagEnd(FlutterRenderer renderer) → void
inherited
onTagStart(FlutterRenderer renderer) → void
inherited
parse(FlutterRenderer renderer, Element element) List<InlineSpan>
toString() String
A string representation of this object.
inherited

Operators

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