ui/refactor/coherence-1 #187

Merged
hugo merged 17 commits from ui/refactor/coherence-1 into master 2023-05-03 08:45:59 +00:00
Showing only changes of commit 96369e24f9 - Show all commits

View File

@ -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;
}