migrate app
This commit is contained in:
@@ -2,10 +2,10 @@ import 'package:flutter/cupertino.dart';
|
||||
|
||||
class ChatBubble extends CustomPainter {
|
||||
final Color color;
|
||||
final Alignment alignment;
|
||||
final Alignment? alignment;
|
||||
|
||||
ChatBubble({
|
||||
@required this.color,
|
||||
required this.color,
|
||||
this.alignment,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user