When debugging a MaterialApp whose AppBar has one or more action IconButtons it can be a little annoying that the debug banner obscures the last IconButton. This is easily remedied by turning off the debug banner with debugShowCheckedModeBanner: false. It would help to tell developers as much in the API doc.