messageComposerKey property

GlobalKey<State<StatefulWidget>>? messageComposerKey
final

messageComposerKey key for message composer, We use this to get the dimensions of the composer which we then use to set the placeholder for the composer in stack we are using to show the message list

Implementation

final GlobalKey? messageComposerKey;