"我的问题"
单击按钮时,按钮底部将显示“我想制作搜索图标”按钮文本字段
是否有我可以参考的文档或网站?
我的代码--使状态小部件--
appBar: AppBar(
backgroundColor: const Color(0xffffffff),
centerTitle: true,
title: Text(
'CREW',
style: TextStyle(color: Colors.black, fontWeight: FontWeight.w900),
),
elevation: 0.0,
actions: [
IconButton(icon: Icon(Icons.search), onPressed: (){
}),
IconButton(icon: Icon(Icons.notifications), onPressed: null),
],
1条答案
按热度按时间brvekthn1#
//搜索UI页面(& P)