RoomBottomBarWidget constructor
const
RoomBottomBarWidget({
- Key? key,
- required String roomId,
- required Orientation orientation,
Implementation
const RoomBottomBarWidget({super.key, required this.roomId, required this.orientation});