feat: Multiline dialog text field

This commit is contained in:
Christian Pauly 2020-11-27 11:30:21 +01:00
commit 8cd75724d0
3 changed files with 4 additions and 2 deletions

View file

@ -107,6 +107,8 @@ class _ChatDetailsState extends State<ChatDetails> {
DialogTextField(
hintText: L10n.of(context).setGroupDescription,
initialText: widget.room.topic,
minLines: 1,
maxLines: 4,
)
],
);