Closed dariotrombello closed 4 years ago
When using dark theme the text is not visible anymore.
Code to reproduce this:
return MaterialApp( title: 'Google Maps', darkTheme: ThemeData.dark(), theme: ThemeData.dark(), home: Home(), );
@dariotrombello thanks for raising this issue. I'll try to resolve this during this week.
Thank you very much!
@dariotrombello Dark theming is enabled. Enjoy!!
When using dark theme the text is not visible anymore.
Code to reproduce this: