@@ -910,7 +910,7 @@ abstract class WidgetController {
if(renderObjectis!RenderBox){
throwFlutterError(
'The finder "$finder" (used in a call to "$callee()") found an element whose corresponding render object is not a RenderBox (it is a ${renderObject.runtimeType}: "$renderObject"). '
'Unfortunately "$callee()" only supports targetting widgets that correspond to RenderBox objects in the rendering.'
'Unfortunately "$callee()" only supports targeting widgets that correspond to RenderBox objects in the rendering.'