SpecialText class abstract

Constructors

SpecialText(String startFlag, String endFlag, TextStyle? textStyle, {SpecialTextGestureTapCallback? onTap})

Properties

endFlag String
end flag of SpecialText
final
hashCode int
The hash code for this object.
no setterinherited
onTap SpecialTextGestureTapCallback?
tap call back of SpecialText
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startFlag String
start flag of SpecialText
final
textStyle TextStyle?
TextStyle of SpecialText
final

Methods

appendContent(String value) → void
append text of SpecialText
finishText() InlineSpan
finish SpecialText
getContent() String
get content of SpecialText(not include startFlag and endFlag) https://github.com/fluttercandies/extended_text/issues/76
isEnd(String value) bool
is end of SpecialText
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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