You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried your code and the function : key.currentState.updateSpeed(120, animate: true,duration: Duration(milliseconds: 400));
return this error : The method 'updateSpeed' can't be unconditionally invoked because the receiver can be 'null'. Try making the call conditional (using '?.') or adding a null check to the target ('!').
The text was updated successfully, but these errors were encountered:
Hello
,
I tried your code and the function :
key.currentState.updateSpeed(120, animate: true,duration: Duration(milliseconds: 400));
return this error :
The method 'updateSpeed' can't be unconditionally invoked because the receiver can be 'null'. Try making the call conditional (using '?.') or adding a null check to the target ('!').
The text was updated successfully, but these errors were encountered: