flutter/examples/api/test/widgets/sliver
Neutrino2711 4b818b56c2
Updated document to clarify Clip Behaviour (#157719)
Revised comments to clarify that clipping of child depends on clipBehavior of the parent widget, typically scrollable widgets that default to Clips.hard.
Noted that decoration features such as shadows , which render outside the widget boundary, may lead to undesirable effects.
Recommended using Clips.none in scenarios where shadow effects are used to avoid clipping issues.
Fixing Issue #156819
2024-11-14 20:21:09 +00:00
..
decorated_sliver.0_test.dart Fix DecoratedSliver sample code to reflect the description (#148621) 2024-05-23 08:52:15 +00:00
decorated_sliver.1_test.dart Updated document to clarify Clip Behaviour (#157719) 2024-11-14 20:21:09 +00:00
pinned_header_sliver.0_test.dart PinnedHeaderSliver (#143196) 2024-06-07 21:27:06 +00:00
pinned_header_sliver.1_test.dart PinnedHeaderSliver example based on the iOS Settings AppBar (#151205) 2024-07-03 20:06:16 +00:00
sliver_constrained_cross_axis.0_test.dart Sliver Constrained Cross Axis (#125239) 2023-04-24 23:17:36 +00:00
sliver_cross_axis_group.0_test.dart Sliver Cross Axis Group (#123862) 2023-04-28 23:41:58 +00:00
sliver_floating_header.0_test.dart SliverFloatingHeader (#151145) 2024-07-03 19:52:52 +00:00
sliver_main_axis_group.0_test.dart Sliver Main Axis Group (#126596) 2023-06-08 15:54:09 -07:00
sliver_opacity.1_test.dart Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
sliver_resizing_header.0_test.dart SliverResizingHeader (#143325) 2024-06-06 22:35:12 +00:00
sliver_tree.0_test.dart Reland TreeSliver (#149839) 2024-06-17 19:49:05 +00:00
sliver_tree.1_test.dart Reland TreeSliver (#149839) 2024-06-17 19:49:05 +00:00