Skip to content

Commit 09df738

Browse files
committed
msglist [nfc]: whitespace nits around widget constructors and member fields
1 parent 5ed054b commit 09df738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/message_list.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ class MessageList extends StatefulWidget {
110110
class _MessageListState extends State<MessageList> {
111111
MessageListView? model;
112112
final ScrollController scrollController = ScrollController();
113-
114113
final ValueNotifier<bool> _scrollToBottomVisibleValue = ValueNotifier<bool>(false);
115114

116115
@override
@@ -235,6 +234,7 @@ class _MessageListState extends State<MessageList> {
235234

236235
class ScrollToBottomButton extends StatelessWidget {
237236
const ScrollToBottomButton({super.key, required this.scrollController, required this.visibleValue});
237+
238238
final ValueNotifier<bool> visibleValue;
239239
final ScrollController scrollController;
240240

0 commit comments

Comments
 (0)