QuoteTag class

Inheritance

Constructors

QuoteTag({TextStyle headerTextStyle = const TextStyle()})

Properties

hashCode int
The hash code for this object.
no setterinherited
headerTextStyle TextStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
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
toString() String
A string representation of this object.
inherited
wrap(FlutterRenderer renderer, Element element, List<InlineSpan> spans) List<InlineSpan>
Method that should be overwritten by the implementing tag. The spans are all styled children of this tag. A list of InlineSpan should be returned. For a quote tag this would be one single element.
override

Operators

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