Implement Material Design with Material Components for Flutter quiz

  1. What are Material Components for Flutter?

  2. Fill-in-the-blanks

    Enter one or more words to complete the sentence.

    ___ is used when a widget must know its parent widget's size in order to lay itself out (and the parent size does not depend on the child).

  3. Which text-to-background color contrast is the recommended accessible ratio?

  4. Which of the following are true about MDC-Flutter?

    Choose as many answers as you see fit.

  5. ___ 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.