DecoratorRule class
Constructors
-
DecoratorRule({required RegExp regExp, required TextStyle style, dynamic onTap(String)?, String transformMatch(String)?, Widget leadingBuilder(String)?, Widget trailingBuilder(String)?})
-
-
DecoratorRule.between({required String start, required String end, required TextStyle style, dynamic onTap(String)?, bool removeMatchingCharacters = false, bool caseSensitive = false})
-
factory
-
DecoratorRule.email({required TextStyle style, required dynamic onTap(String)})
-
factory
-
DecoratorRule.startsWith({required String text, required TextStyle style, dynamic onTap(String)?, bool caseSensitive = false})
-
factory
-
DecoratorRule.url({required TextStyle style, required dynamic onTap(String), bool looseUrl = true, bool humanize = false, bool removeWww = false})
-
factory
-
DecoratorRule.word({required String word, required TextStyle style, dynamic onTap(String)?, bool caseSensitive = false})
-
factory
-
DecoratorRule.words({required List<String> words, required TextStyle style, dynamic onTap(String)?, bool caseSensitive = false})
-
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited