Open naushad-madakiya opened 5 years ago
I tried to move following under ConfigPage -> BlocBuilder
to change navbar color & icon when a theme changes. This statement gets executed when theme type is updated but no result.
SystemChrome.setSystemUIOverlayStyle(
SystemUiOverlayStyle(
statusBarColor: Colors.transparent,
),
);
Any idea how this can be done? I can raise a PR after changes
There is a way for that, but that's also not working in every device. So it's already in my tasks list.
just curious to know how this can be fixed :)
System Navigation bar for Light theme looks fine but for dark theme, black navigation with white icons would look better.