RoomBottomBarWidget constructor

const RoomBottomBarWidget({
  1. Key? key,
  2. required String roomId,
  3. required Orientation orientation,
})

Implementation

const RoomBottomBarWidget({super.key, required this.roomId, required this.orientation});