Chapter Quiz
Test your knowledge by taking the Chapter Quiz focused on building contact profile pages with Flutter widgets. This lesson helps you measure how well you understand customizing and enhancing interactive contact profiles before moving on to creating reusable themes.
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 ...