去除默认返回
automaticallyImplyLeading: false,
Scaffold(
appBar: AppBar(
automaticallyImplyLeading: false,
backgroundColor: Colors.white,
// elevation: 0.5,
// leading: IconButton(
// icon: Image.asset(
// 'images/CMC_back.png', package: '__ca',),
// onPressed: () {
// Navigator.pop(context);
// },
// ),
title: _tabBar(),
// title: Text(
// "详情",
// style: TextStyle(color: Color(0xff444444),
// fontSize: 17,
// fontWeight: FontWeight.w600),
// ),
// actions: [
// TextButton(onPressed: (){
//
// },
// child: Text("编辑",style: TextStyle(color: Color(0xff333333)),))
// ],
),
body: getContent(),
backgroundColor: Color(0xffEEEEEE),
)
网友评论