WidgetTextWrapper typedef

WidgetTextWrapper = Widget Function(BuildContext context, Widget child)

Function signature for wrapping widgets with additional structure.

Used by WrappedText to add container widgets around text content.

Implementation

typedef WidgetTextWrapper = Widget Function(BuildContext context, Widget child);