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