XEmojiText class

显示表情的 Span

Constructors

XEmojiText(TextStyle textStyle, {required int? start})

Properties

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

Methods

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

Operators

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