How remove additional space in AppBar in Android Flutter App?
I have a problem with Appbar in Flutter. How remove additional space on screen? (black lines). Screenshot class MainScreen extends StatelessWidget { const MainScreen({super.key}); // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp.router(…