The filtering popup menu in the SfDataGrid does not correctly inherit the application's ThemeData. When a custom theme is applied at the MaterialApp level, the filtering popup ignores it and instead ...
I'm automating a Flutter app using Appium FlutterDriver (Java). I'm able to scroll the main form and click on a dropdown, but I can't scroll inside the dropdown popup to select an option that’s not ...