This commit is contained in:
zhutao
2025-09-09 17:57:02 +08:00
parent ccb7d5bb24
commit 3df6e3d49e
22 changed files with 63 additions and 44 deletions

View File

@@ -54,8 +54,11 @@ class _PlanFormCardState extends State<PlanFormCard> {
controller: _inputController,
style: Theme.of(context).textTheme.bodyMedium,
maxLength: 40,
maxLines: 5,
minLines: 1,
expands: false,
decoration: InputDecoration(
hintText: "Clean the kitchen",
hintText: "Just finished eating and l'm gonna go wash the dishes",
fillColor: Theme.of(context).colorScheme.surfaceContainerLow,
filled: true,
enabledBorder: OutlineInputBorder(