ItalicParser class

Inheritance

Constructors

ItalicParser({dynamic onTap(Matched)?, TextStyle? style, String pattern = RTUtils.italicPattern})

Properties

hashCode int
The hash code for this object.
no setterinherited
onTap ↔ (void Function(Matched)?)
A custom Function to handle onTap.
getter/setter pairinherited
pattern String?
If no type property is explicitly defined then this propery must be non null takes a regex string
getter/setter pairinherited
renderText ↔ (Matched Function({String? str})?)
This lets you customise how you want the matched text to be displayed
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextStyle?
Takes a custom style of TextStyle for the matched text widget
getter/setter pairinherited

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