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