VChooseRoomsPage constructor

const VChooseRoomsPage({
  1. Key? key,
  2. required String? currentRoomId,
})

Implementation

const VChooseRoomsPage({
  super.key,
  required this.currentRoomId,
});