Why from the code bellow Android displays grey background around status bar and iOS white? And how they can be made identical?
main() { runApp(MyApp()); } cl