fix(doc): fix broken documentation snippets
This commit is contained in:
+2
-2
@@ -68,8 +68,8 @@ StreamMessageListView(
|
||||
return defaultMessage.copyWith(
|
||||
customActions: [
|
||||
StreamMessageAction(
|
||||
leading: Icon(Icons.add),
|
||||
title: Text('Demo Action'),
|
||||
leading: const Icon(Icons.add),
|
||||
title: const Text('Demo Action'),
|
||||
onTap: (message) {
|
||||
/// Complete action here
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user