TagtlyManager class

Constructors

TagtlyManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Properties

controller TextEditingController
Text Field Controller Contain all reg patterns to detect it when user write any RegExp and highlight it with our own style
getter/setter pair

Static Methods

getFormattedText(String str) Future<List<TextObj>>
This method get string and convert it to a list of TextObj use a list into RichText widget to show a whole text get the output of _addSpacerInContent and convert it list of TextObj