mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-05-16 15:56:51 +08:00
fix: textAlignVertical
This commit is contained in:
@@ -58,6 +58,7 @@ class MobileSearchState extends State<MobileSearch> {
|
||||
padding: const EdgeInsets.only(left: 20),
|
||||
child: TextFormField(
|
||||
controller: _keywordController,
|
||||
textAlignVertical: TextAlignVertical.center,
|
||||
cursorHeight: 20,
|
||||
keyboardType: TextInputType.url,
|
||||
onTapOutside: (event) => FocusManager.instance.primaryFocus?.unfocus(),
|
||||
|
||||
Reference in New Issue
Block a user