ui/refactor/coherence-1 #187
@ -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