我有一个表情符号列表[, , , , , , , , , , , , , ]
,我也有一个按钮,没有与之关联的图标。请参阅此材质按钮。
MaterialButton(
onPressed: () {},
child: Text("",textScaleFactor: 2),
shape: CircleBorder(),
padding: EdgeInsets.all(16),
),
[, , , , , , , , , , , , , ]
现在,我需要在延迟 1 秒后在此按钮内显示上述列表。