Implement Material Design with Material Components for Flutter quiz

  1. What are Material Components for Flutter?

  2. The ___ field means the background of the text field is lightly filled to help people recognize the tap or touch target area of the text field. The second text field's ___ value automatically replaces the input that the user types with bullets, which is appropriate for passwords.

  3. True or false? A layout should contain multiple prominent (call-to-action) buttons.

  4. ___ is a very useful widget in MaterialApps. It provides convenient APIs for displaying all sorts of common Material Components, such as drawers, snack bars, and bottom sheets. It can even help lay out a Floating Action Button.

  5. Cross axis in Flutter means

  6. True or false? Almost all Material Design surfaces and components have elevation values.