flutter/examples/api/test/cupertino/nav_bar
ivirtex ef40e3ea6f
Add CupertinoSliverNavigationBar large title magnification on over scroll (#110127)
* Add magnification of CupertinoSliverNavigationBar large title

* Fix padding in maximum scale computation

* Apply magnification by using RenderBox

* Do not pass key to the superclass constructor

* Use `clampDouble` instead of `clamp` extension method

* Remove trailing whitespaces to make linter happy

* Name test variables more precisely

* Move transform computation to `performLayout` and implement `hitTestChildren`

* Address comments

* Address comments

* Address comments

* Update comment about scale

* Fix hit-testing

* Fix hit-testing again

* Make linter happy

* Implement magnifying without using LayoutBuilder

* Remove trailing spaces

* Add hit-testing of the large title

* Remove whitespaces

* Fix scale computation and some tests

* Fix remaining tests

* Refactor and fix comments

* Update comments
2022-12-08 17:15:09 +00:00
..
cupertino_navigation_bar.0_test.dart Cupertino examples improvements and clean up (#103044) 2022-05-05 08:22:53 +02:00
cupertino_sliver_nav_bar.0_test.dart Add CupertinoSliverNavigationBar large title magnification on over scroll (#110127) 2022-12-08 17:15:09 +00:00