我在bottomNavigationBar中有这段代码”bottomNavigationBar:BottomAppBar(child:IntrinsicHeight(child:Row(children:[IconButton(icon:Icon(Icons.arrow_back_ios),onPressed:()=>Navigator.of(context).pop(),),Spacer(),IconButton(icon:Text("QR",style:Theme.of(context).textTheme.title,),onPressed:()=>Navigator.of(co