new: setting of default collapse

This commit is contained in:
lollipopkit
2024-01-05 21:58:43 +08:00
parent 43fb481aee
commit b442e0f914
20 changed files with 125 additions and 53 deletions

View File

@@ -59,7 +59,7 @@ class _InputState extends State<Input> {
Widget build(BuildContext context) {
return CardX(
child: Padding(
padding: const EdgeInsets.symmetric(horizontal: 17),
padding: const EdgeInsets.symmetric(horizontal: 7),
child: TextField(
controller: widget.controller,
maxLines: widget.maxLines,