extended_text library
Classes
- BackgroundTextSpan
- ExtendedRichText
- ExtendedRichTextWidget
- ExtendedSelectableTextContainer
- ExtendedSelectableTextContainerState
- ExtendedText
- ExtendedTextLibraryUtils
- ExtendedWidgetSpan
- create by zmtzawqlp on 2019/7/10
- GradientConfig
- Configuration for applying gradients to text.
- ImageSpan
- RegExpSpecialText
- RegExpSpecialTextSpanBuilder
- SpecialText
- SpecialTextSpan
- create by zmtzawqlp on 2019/4/30
- SpecialTextSpanBuilder
- TextOverflowWidget
- TextPainterHelper
- WidgetSpanSize
Enums
- GradientRenderMode
- Enum to represent different modes of gradient applications on text.
- TextOverflowAlign
- TextOverflowClearType
- https://github.com/fluttercandies/extended_text/issues/118 Clear the text under TextOverflowWidget default: Paint()..BlendMode.clear Canvas.clipRect BlendMode.clear will make BackdropFilter to be black background
- TextOverflowPosition
- The position which TextOverflowWidget should be shown https://github.com/flutter/flutter/issues/45336
Mixins
- IgnoreGradientSpan
- The span will always ignore the gradient
- SpecialInlineSpanBase
- create by zmtzawqlp on 2019/7/10
Extensions
Typedefs
- PaintBackground = bool Function(BackgroundTextSpan backgroundTextSpan, Canvas canvas, Offset offset, TextPainter? painter, Rect rect, {Offset? endOffset, TextPainter? wholeTextPainter})
- if you don't want use default, please return true. endOffset is the text top-right Offfset allTextPainter is the text painter of extended text. painter is current background text painter
- SpecialTextGestureTapCallback = void Function(dynamic parameter)
- create by zmtzawqlp on 2019/6/5