flutter/examples/api/lib/widgets/sliver
Tae Hyung Kim 541fdd60d3
DecoratedSliver (#127823)
This is a second attempt to merge #107269. Currently I've fixed two of the issues:
1. Fixed horizontal scrollview by using a switch statement to consider vertical/horizontal case.
2. Fixed issue of `paintExtent` not being the right extent for painting. Rather using a `scrollExtent` for the main axis length of the decoration box and painting it offsetted by the `scrollOffset`.
3. If the sliver child has inifinite scrollExtent, then we only draw the decoration down to the bottom of the `cacheExtent`. The developer is expected to ensure that the border does not creep up above the cache area.

This PR includes a test that checks that the correct rectangle is drawn at a certain scrollOffset for both the horizontal and vertical case which should be sufficient for checking that `SliverDecoration` works properly now.

Fixes https://github.com/flutter/flutter/issues/107498.
2023-06-20 23:35:42 +00:00
..
decorated_sliver.0.dart DecoratedSliver (#127823) 2023-06-20 23:35:42 +00:00
sliver_constrained_cross_axis.0.dart Sliver Constrained Cross Axis (#125239) 2023-04-24 23:17:36 +00:00
sliver_cross_axis_group.0.dart Sliver Cross Axis Group (#123862) 2023-04-28 23:41:58 +00:00
sliver_main_axis_group.0.dart Sliver Main Axis Group (#126596) 2023-06-08 15:54:09 -07:00
sliver_opacity.1.dart Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00