chewie
chewie copied to clipboard
Option dialog isn't styled correctly on Android
I apologize if I'm just stupid but I can't get the modal bottom sheet to appear correctly on Android and web. It works as expected in iOS. I've tried to update every parameter in my ThemeData but no success. I have solved it for now by wrapping the Chewie widget in a ThemeData and set the platform to: TargetPlatform.iOS Chewie version: 1.9.2 Flutter version: 3.27.1
@Anderzzon Have you tried to customize the builder as demonstrated here?
@Anderzzon Have you tried to customize the builder as demonstrated here?
I tried it briefly but ran into some problems there as well. The whole point of using Chewie was not to have to do any custom styling so if possible I want to avoid that.
The OptionsDialog uses ListTile in its lists. Perhaps you can try to modify the ListTileTheme so that you can attempt to style it accordingly.