Scaffold(
// extendBodyBehindAppBar: true,
// extendBody: true,
appBar: AppBar(
centerTitle: false,
brightness: Brightness.light,
leading: IconButton(
icon: const Icon(
Icons.arrow_back,
),
onPressed: () {
Navigator.pop(context);
}),
title: const Text(
'Go back',
),
elevation: 0,
backgroundColor: Colors.transparent,
),
.
.
.
bottomNavigationBar: BottomNavigationWidget()
)//Scaffold;
Run Code Online (Sandbox Code Playgroud)
简单地说,我想在底部导航项更改时更改我的应用程序栏。我无法使用 BlocBuilder<> 包装 AppBar,我该如何实现这一点?
需要6个字节来存储中断门描述符,每个描述符由32位段选择器和16位偏移量组成。中断描述符表的大小(以字节为单位)是多少?