Skip to content

Commit

Permalink
API: parameter buttonColor eliminated
Browse files Browse the repository at this point in the history
  • Loading branch information
rwbr committed Jan 2, 2021
1 parent 0dfc5db commit 0511297
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/flutter_basic_chat_bubble.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class BasicChatBubble extends StatelessWidget {
final bool isMe;
final Color backgroundColor;
final Color textColor;
final Color buttonColor;
final Widget buttonWidget;
final String buttonText;

Expand All @@ -21,7 +20,6 @@ class BasicChatBubble extends StatelessWidget {
this.isMe,
this.backgroundColor,
this.textColor,
this.buttonColor,
this.buttonWidget,
this.buttonText});

Expand Down

0 comments on commit 0511297

Please sign in to comment.