Fix: Floating btn hover elevation
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user