Beginner Flutter
Q30 / 100

What does the Card widget provide in Flutter?

Correct! Well done.

Incorrect.

The correct answer is B) A Material Design card with rounded corners, elevation shadow, and a single child

B

Correct Answer

A Material Design card with rounded corners, elevation shadow, and a single child

Explanation

Card is a Material Design sheet with slightly rounded corners and an elevation shadow. It is used to display related information in a contained, visually distinct panel. It takes a single child, typically a Column or ListTile.

Progress
30/100