fix: wrap checklist item text (#6145)

This commit is contained in:
Mohammad Zolfaghari 2024-09-01 11:36:58 +03:30 committed by GitHub
parent 01d7d6e900
commit 6ce77aea3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,6 +61,7 @@ class ChecklistCellTextfield extends StatelessWidget {
controller: textController,
focusNode: focusNode,
style: Theme.of(context).textTheme.bodyMedium,
maxLines: null,
decoration: InputDecoration(
border: InputBorder.none,
isCollapsed: true,