From 30fdc0a144087e66ff02af1c222023b23c4aad51 Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Tue, 21 May 2024 23:50:18 +0300 Subject: [PATCH] Fix: Floating btn hover elevation --- lib/pages/main.dart | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/pages/main.dart b/lib/pages/main.dart index 5279412..7b3bc00 100644 --- a/lib/pages/main.dart +++ b/lib/pages/main.dart @@ -241,6 +241,11 @@ class _MainPageState extends State { builder: (context) => const BasketPage(), )), highlightElevation: 0, + hoverColor: Colors.transparent, + focusColor: Colors.transparent, + hoverElevation: 0, + focusElevation: 0, + splashColor: Colors.transparent, backgroundColor: Colors.transparent, elevation: 0, child: CircleAvatar(