flutter/examples/api/lib/material/card
Qun Cheng 4a0f261b4e
Add Card.filled and Card.outlined factory methods (#136229)
Fixes #119401

This PR is to:
* add `Card.filled` and `Card.outlined` factory methods so that we can use tokens for these two types of cards to generate default theme instead of providing hard-corded values in example.
* update card.2.dart example.
* add test file for card.2.dart example.
* fix some mismatch caused by editing the auto-generated defaults by hand in navigation_bar.dart and navigation_drawer.dart.
2023-11-01 23:29:49 +00:00
..
card.0.dart Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
card.1.dart Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
card.2.dart Add Card.filled and Card.outlined factory methods (#136229) 2023-11-01 23:29:49 +00:00