Fix: Floating btn hover elevation

This commit is contained in:
2024-05-21 23:50:18 +03:00
parent 9ac9813244
commit 30fdc0a144

View File

@@ -241,6 +241,11 @@ class _MainPageState extends State<MainPage> {
builder: (context) => const BasketPage(), builder: (context) => const BasketPage(),
)), )),
highlightElevation: 0, highlightElevation: 0,
hoverColor: Colors.transparent,
focusColor: Colors.transparent,
hoverElevation: 0,
focusElevation: 0,
splashColor: Colors.transparent,
backgroundColor: Colors.transparent, backgroundColor: Colors.transparent,
elevation: 0, elevation: 0,
child: CircleAvatar( child: CircleAvatar(