📌  相关文章
📜  如何在模态对话框颤动中显示列表视图 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:13.789000             🧑  作者: Mango

代码示例1
AlertDialog(
  title: Container(child: Padding(
    padding: const EdgeInsets.all(8.0),
    child: Text('Pick Item',style: TextStyle(color: Colors.white),),
  ),color: Colors.blueAccent,),
  content: setupAlertDialoadContainer(context),
);