Why is the background color of a BottomSheet not equal to the set color in Flutter with Material 3?
I´m using Material 3 and open a BottomSheet as follows: showModalBottomSheet( context: context, backgroundColor: Colors.white, ... However, the background isn´t 100% white - it looks like it´s mixed up a little bit with the primary color of the theme. If…