init: Start working on attachment
This commit is contained in:
@@ -175,7 +175,7 @@ class MessageWidget extends StatefulWidget {
|
||||
'giphy': (context, message, attachment) {
|
||||
return GiphyAttachment(
|
||||
attachment: attachment,
|
||||
messageTheme: messageTheme,
|
||||
messageTheme: messageTheme.copyWith(messageBackgroundColor: Colors.white),
|
||||
message: message,
|
||||
size: Size(
|
||||
MediaQuery.of(context).size.width * 0.8,
|
||||
|
||||
Reference in New Issue
Block a user