master #81

Closed
malo wants to merge 322 commits from master into feat/bloc_layout/new-package
Showing only changes of commit 96369e24f9 - Show all commits

View File

@ -123,9 +123,5 @@ class TextWrapper {
final Color? selectionColor; final Color? selectionColor;
@override @override
String toString() => 'TextWrapper(data: $data, style: $style, ' String toString() => data;
'gradientColors: $gradientColors, textAlign: $textAlign, '
'textDirection: $textDirection, softWrap: $softWrap, '
'overflow: $overflow, maxLines: $maxLines, '
'selectionColor: $selectionColor)';
} }