getBotMessageDecoration method
Implementation
BoxDecoration getBotMessageDecoration() {
return BoxDecoration(
border: Border.all(color: Colors.transparent),
color: Colors.transparent);
}
BoxDecoration getBotMessageDecoration() {
return BoxDecoration(
border: Border.all(color: Colors.transparent),
color: Colors.transparent);
}