flutter/examples/api/test/material/app_bar
miechoo 6d38831fc8
Test of AppBarMediumApp and AppBarLargeApp (#153973)
Part of https://github.com/flutter/flutter/issues/130459

This are tests of snippets used in [SliverAppBar.medium const constructor](https://api.flutter.dev/flutter/material/SliverAppBar/SliverAppBar.medium.html) and [SliverAppBar.large const constructor](https://api.flutter.dev/flutter/material/SliverAppBar/SliverAppBar.large.html) Flutter API reference documentation.

The only way I've found to distinguish the SliverAppBar.medium and SliverAppBar.large constructors from the regular SliverAppBar is to check if the title is styled according to the [Material Design 3](https://m3.material.io/components/top-app-bar/specs) specification.
2024-09-04 19:46:16 +00:00
..
app_bar.0_test.dart Renamed appbar to app_bar directory in API Examples Tests (#139922) 2023-12-11 22:54:13 +00:00
app_bar.1_test.dart Renamed appbar to app_bar directory in API Examples Tests (#139922) 2023-12-11 22:54:13 +00:00
app_bar.2_test.dart Renamed appbar to app_bar directory in API Examples Tests (#139922) 2023-12-11 22:54:13 +00:00
app_bar.3_test.dart Renamed appbar to app_bar directory in API Examples Tests (#139922) 2023-12-11 22:54:13 +00:00
app_bar.4_test.dart Add a custom shape example for AppBar.shape (#146421) 2024-04-08 18:42:07 +00:00
sliver_app_bar.1_test.dart Renamed appbar to app_bar directory in API Examples Tests (#139922) 2023-12-11 22:54:13 +00:00
sliver_app_bar.2_test.dart Test of AppBarMediumApp and AppBarLargeApp (#153973) 2024-09-04 19:46:16 +00:00
sliver_app_bar.3_test.dart Test of AppBarMediumApp and AppBarLargeApp (#153973) 2024-09-04 19:46:16 +00:00
sliver_app_bar.4_test.dart Renamed appbar to app_bar directory in API Examples Tests (#139922) 2023-12-11 22:54:13 +00:00