Make keys scrollable
This commit is contained in:
parent
fbaab3744e
commit
7744aa391e
@ -336,7 +336,7 @@ class _MyHomePageState extends State<MyHomePage> {
|
|||||||
|
|
||||||
final dialog = AlertDialog(
|
final dialog = AlertDialog(
|
||||||
title: title,
|
title: title,
|
||||||
content: Column(children: children),
|
content: SingleChildScrollView(child: Column(children: children)),
|
||||||
actions: actions,
|
actions: actions,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user