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
app_bar.1_test.dart
app_bar.2_test.dart
app_bar.3_test.dart
app_bar.4_test.dart
sliver_app_bar.1_test.dart
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