mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +08:00
remove unused property
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -60,7 +60,6 @@ class _SliverAppBarDelegate extends SliverPersistentHeaderDelegate {
|
|||||||
required this.forceMaterialTransparency,
|
required this.forceMaterialTransparency,
|
||||||
required this.useDefaultSemanticsOrder,
|
required this.useDefaultSemanticsOrder,
|
||||||
required this.clipBehavior,
|
required this.clipBehavior,
|
||||||
required this.accessibleNavigation,
|
|
||||||
required this.actionsPadding,
|
required this.actionsPadding,
|
||||||
}) : assert(primary || topPadding == 0.0),
|
}) : assert(primary || topPadding == 0.0),
|
||||||
_bottomHeight = bottom?.preferredSize.height ?? 0.0;
|
_bottomHeight = bottom?.preferredSize.height ?? 0.0;
|
||||||
@@ -97,7 +96,6 @@ class _SliverAppBarDelegate extends SliverPersistentHeaderDelegate {
|
|||||||
final bool forceMaterialTransparency;
|
final bool forceMaterialTransparency;
|
||||||
final bool useDefaultSemanticsOrder;
|
final bool useDefaultSemanticsOrder;
|
||||||
final Clip? clipBehavior;
|
final Clip? clipBehavior;
|
||||||
final bool accessibleNavigation;
|
|
||||||
final EdgeInsetsGeometry? actionsPadding;
|
final EdgeInsetsGeometry? actionsPadding;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@@ -192,7 +190,6 @@ class _SliverAppBarDelegate extends SliverPersistentHeaderDelegate {
|
|||||||
systemOverlayStyle != oldDelegate.systemOverlayStyle ||
|
systemOverlayStyle != oldDelegate.systemOverlayStyle ||
|
||||||
forceMaterialTransparency != oldDelegate.forceMaterialTransparency ||
|
forceMaterialTransparency != oldDelegate.forceMaterialTransparency ||
|
||||||
useDefaultSemanticsOrder != oldDelegate.useDefaultSemanticsOrder ||
|
useDefaultSemanticsOrder != oldDelegate.useDefaultSemanticsOrder ||
|
||||||
accessibleNavigation != oldDelegate.accessibleNavigation ||
|
|
||||||
actionsPadding != oldDelegate.actionsPadding;
|
actionsPadding != oldDelegate.actionsPadding;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -348,7 +345,6 @@ class _DynamicSliverAppBarState extends State<DynamicSliverAppBar> {
|
|||||||
forceMaterialTransparency: widget.forceMaterialTransparency,
|
forceMaterialTransparency: widget.forceMaterialTransparency,
|
||||||
useDefaultSemanticsOrder: widget.useDefaultSemanticsOrder,
|
useDefaultSemanticsOrder: widget.useDefaultSemanticsOrder,
|
||||||
clipBehavior: widget.clipBehavior,
|
clipBehavior: widget.clipBehavior,
|
||||||
accessibleNavigation: MediaQuery.of(context).accessibleNavigation,
|
|
||||||
actionsPadding: widget.actionsPadding,
|
actionsPadding: widget.actionsPadding,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user