📌  相关文章
📜  对话框颤动中的列表视图 - 任何代码示例

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

代码示例2
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),
);