color doesn't change on hover

This commit is contained in:
ryleedavis 2022-10-07 10:04:56 -06:00
parent ac9413d376
commit 60ff3ebf6f

View file

@ -1507,5 +1507,8 @@ class StackColors extends ThemeExtension<StackColors> {
backgroundColor: MaterialStateProperty.all<Color>(
background,
),
overlayColor: MaterialStateProperty.all<Color>(
Colors.transparent,
),
);
}