Vaibhav_Enhancement-#1129 #73

Merged
vaibhav.surve merged 33 commits from Vaibhav_Enhancement-#1129 into main 2025-09-30 09:09:36 +00:00
Showing only changes of commit 8ad9690d89 - Show all commits

View File

@ -547,7 +547,8 @@ class _AddContactBottomSheetState extends State<AddContactBottomSheet> {
MySpacing.height(16), MySpacing.height(16),
_textField("Address", addrCtrl), _textField("Address", addrCtrl),
MySpacing.height(16), MySpacing.height(16),
_textField("Description", descCtrl), _textField("Description", descCtrl,
maxLines: 3),
], ],
) )
: const SizedBox.shrink()), : const SizedBox.shrink()),