flutter 3.44.0

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-16 22:51:33 +08:00
parent ac0a34803f
commit e737a50804
71 changed files with 1362 additions and 535 deletions

View File

@@ -120,8 +120,8 @@ class _SliverFloatingHeaderWidget extends SingleChildRenderObjectWidget {
class RenderSliverFloatingHeader extends RenderSliverSingleBoxAdapter {
RenderSliverFloatingHeader({
required Color backgroundColor,
}) : _backgroundColor = backgroundColor;
required this._backgroundColor,
});
Color _backgroundColor;
set backgroundColor(Color value) {