BGMPanelWidget constructor

const BGMPanelWidget({
  1. Key? key,
  2. required String roomId,
})

Implementation

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