mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
#29 opt. for TextInput
This commit is contained in:
@@ -58,8 +58,7 @@ class _PingPageState extends State<PingPage>
|
||||
children: [
|
||||
const SizedBox(height: 13),
|
||||
buildInput(
|
||||
context,
|
||||
_textEditingController,
|
||||
controller: _textEditingController,
|
||||
hint: s.inputDomainHere,
|
||||
maxLines: 1,
|
||||
onSubmitted: (_) => doPing(),
|
||||
|
||||
Reference in New Issue
Block a user