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
Hi, it seems that the highlight for the simple line below not correct: void main() => runApp(MyApp());
It only highlights the void keyword, the rest remain unchanged.
The text was updated successfully, but these errors were encountered:
Hi, it seems that the highlight for the simple line below not correct:
void main() => runApp(MyApp());
It only highlights the
void
keyword, the rest remain unchanged.The text was updated successfully, but these errors were encountered: