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;
|
||||
|
||||
@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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user