LinnerChatWidget constructor
const
LinnerChatWidget({})
Implementation
const LinnerChatWidget({
Key? key,
@required this.charts,
this.strokeWidth = 20,
this.backgroundColor = Colors.grey,
}) : super(key: key);