feat(ui_components): make textwrapper toString useful
This commit is contained in:
parent
635bb329ea
commit
96369e24f9
@ -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)';
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user