wx_text library

Classes

WxAnimatedText
This class is used to create animated text widgets in Flutter. It inherits from the WxText class and adds the ability to specify an animation function that controls how the text widget is transformed during the animation cycle.
WxSpoilerText
A widget that extends WxText to provide dynamic text expansion/collapse functionality.
WxText
A powerful widget that builds upon the familiar Flutter Text widget, offering additional functionalities for a richer text display experience.
WxTextFilter
WxTextStyler
The text style to apply to descendant WxText or Text widgets which don't have an explicit style.
WxTextVariant
Definitions for the various typographical styles found in Material Design (e.g., labelLarge, bodySmall). Rather than creating a TextTheme directly, you can obtain an instance as Typography.black or Typography.white.

Typedefs

WxAnimatedTextBuilder = AnimatedRepeatableBuilder
Used within the WxAnimatedText widget to specify the animation function that controls how the text widget is transformed during the animation cycle.
WxAnimatedTextState = AnimatedRepeatableState
The WxAnimatedTextState class is responsible for managing the internal logic and animation of the WxAnimatedText widget.
WxSpoilerBuilder = Widget Function(BuildContext context, Widget text, VoidCallback toggle)
Function signature for building a custom spoiler widget.
WxTextFilterBuilder = InlineSpan Function(String match)
WxTextFilterTap = void Function(String match)
WxTextVariantBuilder = TextStyle? Function(BuildContext context)