added const
This commit is contained in:
@@ -137,7 +137,7 @@ class _ChannelPageState extends State<ChannelPage> {
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
deletedBottomRowBuilder: (context, message) {
|
deletedBottomRowBuilder: (context, message) {
|
||||||
return VisibleFootnote();
|
return const VisibleFootnote();
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ class _ThreadPageState extends State<ThreadPage> {
|
|||||||
return defaultMessage.copyWith(
|
return defaultMessage.copyWith(
|
||||||
onReplyTap: _reply,
|
onReplyTap: _reply,
|
||||||
deletedBottomRowBuilder: (context, message) {
|
deletedBottomRowBuilder: (context, message) {
|
||||||
return VisibleFootnote();
|
return const VisibleFootnote();
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user