Remote Setup: Let the clone url text field expand

This commit is contained in:
Vishesh Handa
2020-01-04 15:01:31 +01:00
parent daa0940066
commit 599c6b4e6e

View File

@ -137,6 +137,8 @@ class GitCloneUrlKnownProviderPageState
textInputAction: TextInputAction.done,
onFieldSubmitted: (String _) => formSubmitted(),
initialValue: widget.initialValue,
minLines: 1,
maxLines: 3,
),
);