ChatRoomListTileUser constructor

const ChatRoomListTileUser(
  1. String myUsername,
  2. String imageUrl, {
  3. Key? key,
})

Implementation

const ChatRoomListTileUser(this.myUsername, this.imageUrl, {super.key});