📜  如何控制抽屉标题颤动的大小 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:49.976000             🧑  作者: Mango

代码示例3
// you simply wrap it with a sized box or a container and give it the height you want
SizedBox(
          height: 80,
          child: DrawerHeader(