ImgTag class

Default img tag. Extends AdvancedTag because it's children should not be displayed. Instead we use those to create the image widget.

Inheritance

Constructors

ImgTag()

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
finalinherited

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>
override
toString() String
A string representation of this object.
inherited

Operators

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