Bottom overflow due to bottom navigation bar and tab Bar
问题 @override Widget build(BuildContext context) { super.build(context); SystemChrome.setEnabledSystemUIOverlays(SystemUiOverlay.values); return AnnotatedRegion<SystemUiOverlayStyle>( value: SystemUiOverlayStyle( statusBarColor: Colors.transparent, ), child: Scaffold( key: _scaffoldKeyProfilePage, body: DefaultTabController( length: 2, child:RefreshIndicator( onRefresh: _onRefresh, child: NestedScrollView( headerSliverBuilder: (context, _) { return [ SliverList( delegate: SliverChildListDelegate(