extended_text library

Enums

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

SpecialInlineSpanBase
create by zmtzawqlp on 2019/7/10

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