ChatRoomListTile constructor

const ChatRoomListTile(
  1. Message msg, {
  2. TextSpan? child,
  3. Key? key,
})

Implementation

const ChatRoomListTile(this.msg, {this.child, super.key});