update remove animation

This commit is contained in:
efrilm
2026-05-12 14:48:53 +07:00
parent 411d1274bd
commit 86d581f5ea
12 changed files with 439 additions and 477 deletions
+3 -3
View File
@@ -81,10 +81,10 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
slivers: [
// SliverAppBar with HomeHeader as background
SliverAppBar(
expandedHeight: 260, // Adjust based on HomeHeader height
floating: true,
expandedHeight: 300, // Adjust based on HomeHeader height
floating: false,
pinned: true,
snap: true,
snap: false,
elevation: 0,
scrolledUnderElevation: 8,
backgroundColor: AppColor.primary,