📅  最后修改于: 2022-03-11 15:00:33.959000             🧑  作者: Mango
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),
);