|
|
@ -40,6 +40,7 @@ class NewAskForNameDialog extends HookWidget { |
|
|
|
child: Container( |
|
|
|
child: Container( |
|
|
|
constraints: const BoxConstraints(minWidth: 300), |
|
|
|
constraints: const BoxConstraints(minWidth: 300), |
|
|
|
child: TextField( |
|
|
|
child: TextField( |
|
|
|
|
|
|
|
autofocus: true, |
|
|
|
controller: tec, |
|
|
|
controller: tec, |
|
|
|
decoration: InputDecoration( |
|
|
|
decoration: InputDecoration( |
|
|
|
border: const OutlineInputBorder(), |
|
|
|
border: const OutlineInputBorder(), |
|
|
|