fix(doc): fix broken documentation snippets
This commit is contained in:
@@ -71,8 +71,8 @@ StreamMessageInput(
|
||||
InkWell(
|
||||
child: Icon(
|
||||
Icons.location_on,
|
||||
size: 20.0,
|
||||
color: StreamChatTheme.of(context).colorTheme.grey,
|
||||
size: 20,
|
||||
color: Colors.grey,
|
||||
),
|
||||
onTap: () {
|
||||
// Do something here
|
||||
|
||||
Reference in New Issue
Block a user