fix(ui): rename const

This commit is contained in:
Salvatore Giordano
2022-07-25 10:53:51 +02:00
parent f9f608ffc3
commit b5414349e7
@@ -194,7 +194,7 @@ class StreamMessageInput extends StatefulWidget {
this.activeSendButton, this.activeSendButton,
this.showCommandsButton = true, this.showCommandsButton = true,
this.userMentionsTileBuilder, this.userMentionsTileBuilder,
this.maxAttachmentSize = _kDefaultMaxAttachmentSize, this.maxAttachmentSize = kDefaultMaxAttachmentSize,
this.onError, this.onError,
this.attachmentLimit = 10, this.attachmentLimit = 10,
this.onAttachmentLimitExceed, this.onAttachmentLimitExceed,