diff --git a/packages/wyatt_ui_components/lib/src/core/utils/text_wrapper.dart b/packages/wyatt_ui_components/lib/src/core/utils/text_wrapper.dart index 1a1eac95..35318908 100644 --- a/packages/wyatt_ui_components/lib/src/core/utils/text_wrapper.dart +++ b/packages/wyatt_ui_components/lib/src/core/utils/text_wrapper.dart @@ -123,9 +123,5 @@ class TextWrapper { final Color? selectionColor; @override - String toString() => 'TextWrapper(data: $data, style: $style, ' - 'gradientColors: $gradientColors, textAlign: $textAlign, ' - 'textDirection: $textDirection, softWrap: $softWrap, ' - 'overflow: $overflow, maxLines: $maxLines, ' - 'selectionColor: $selectionColor)'; + String toString() => data; }