advanced_text library

Enums

TrimMode

Functions

buildTextSpan(List<LinkifyElement> elements, {TextStyle? style, TextStyle? linkStyle, LinkCallback? onOpen, bool useMouseRegion = false}) TextSpan
Raw TextSpan builder for more control on the RichText
buildTextSpanChildren(List<LinkifyElement> elements, {TextStyle? style, TextStyle? linkStyle, LinkCallback? onOpen, bool useMouseRegion = false}) List<InlineSpan>?
Raw TextSpan builder for more control on the RichText
showLongPressDialogButton(BuildContext context, {required List<LongPressDialogButton> buttons}) → void

Typedefs

LinkCallback = void Function(LinkableElement link)
Callback clicked link