fix(ui): rename const
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user