chore: add lerp, hashcode, ==, and diagnosticable to message_input_theme.dart

This commit is contained in:
groovinchip
2021-07-29 10:48:52 -04:00
parent 15defc4caa
commit 5afc274a6d
4 changed files with 91 additions and 10 deletions
@@ -562,7 +562,8 @@ class _MessageActionsModalState extends State<MessageActionsModal> {
elevation: 2,
clipBehavior: Clip.hardEdge,
isScrollControlled: true,
backgroundColor: streamChatThemeData.messageInputTheme.inputBackground,
backgroundColor:
streamChatThemeData.messageInputTheme.inputBackgroundColor,
shape: const RoundedRectangleBorder(
borderRadius: BorderRadius.only(
topLeft: Radius.circular(16),