Closed arromero4 closed 9 months ago
When we create a new class _BackdropTitle. IDE shows an error in this line child: const ImageIcon(AssetImage('assets/slanted_menu.png')),
it should be child: const ImageIcon(AssetImage('/slanted_menu.png'))
Can you please share the error? I'm not getting an error with this code in the 104-complete branch
I'll close the issue I finished the codelab I can't see the error again.
When we create a new class _BackdropTitle. IDE shows an error in this line child: const ImageIcon(AssetImage('assets/slanted_menu.png')),
it should be child: const ImageIcon(AssetImage('/slanted_menu.png'))