Skip to content

Commit fc707c3

Browse files
committed
msglist [nfc]: Flag wrinkle in MessageListPageState.composeBoxController
1 parent 7446241 commit fc707c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/widgets/message_list.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ abstract class MessageListPageState {
177177
Narrow get narrow;
178178

179179
/// The controller for this [MessageListPage]'s compose box,
180-
/// if this [MessageListPage] offers a compose box.
180+
/// if this [MessageListPage] offers a compose box and it has mounted,
181+
/// else null.
181182
ComposeBoxController? get composeBoxController;
182183
}
183184

0 commit comments

Comments
 (0)