xxxxxxxxxx
AlertDialog(
content: SingleChildScrollView(
child: Column(
children: [ ],
),
),
)
xxxxxxxxxx
shape: CircleBorder(),
shape: RoundedRectangleBorder(),
shape: ContinuousRectangleBorder(),
shape: BeveledRectangleBorder(),
xxxxxxxxxx
AlertDialog(
content: ListView(
shrinkWrap: true,
children: [ ],
),
)