fix overflow in dialogs
This commit is contained in:
parent
3871a6e765
commit
51f6d93de5
3 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ class PasswordService {
|
|||
result = await showDialog<bool>(
|
||||
context: context,
|
||||
builder: (context) => AlertDialog(
|
||||
scrollable: true,
|
||||
content: TextField(
|
||||
controller: controller,
|
||||
autofocus: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue