Chapter Quiz
Take a quiz on Flutter widgets to check your understanding.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Pick the correct code snippet to turn off the debug banner in MaterialApp
A.
MaterialApp(
debugShowCheckedModeBanner: false,
);
B.
MaterialApp(
debugBanner: false,
);
C.
MaterialApp(
debugShowMaterialGrid: false,
);
D.
Any of the above
E.
None of the above
1 / 4
In the next ...