Skip to content

Commit

Permalink
Refactor bubbleMargin to use EdgeInsetsGeometry instead of EdgeInsets
Browse files Browse the repository at this point in the history
  • Loading branch information
ishchhabra committed Apr 16, 2024
1 parent c612819 commit 98b365a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/chat_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ abstract class ChatTheme {
final Color backgroundColor;

// Margin around the message bubble.
final EdgeInsets? bubbleMargin;
final EdgeInsetsGeometry? bubbleMargin;

/// Margin around date dividers.
final EdgeInsets dateDividerMargin;
Expand Down

0 comments on commit 98b365a

Please sign in to comment.