CloneUrlInput: All it to expand vertically

Ideally one should remove the code duplication of this form, but for now
duplicating the code is just so much simpler.
This commit is contained in:
Vishesh Handa
2020-01-05 17:38:25 +01:00
parent dccd58c5f1
commit 6e05ce7f18

View File

@ -54,6 +54,8 @@ class GitCloneUrlPageState extends State<GitCloneUrlPage> {
textInputAction: TextInputAction.done,
onFieldSubmitted: (String _) => formSubmitted(),
initialValue: widget.initialValue,
minLines: 1,
maxLines: 3,
),
);