LiveInfoWidget constructor
const
LiveInfoWidget({
- Key? key,
- required String roomId,
- ValueListenable<
bool> ? isFloatWindowMode,
Implementation
const LiveInfoWidget({super.key, required this.roomId, this.isFloatWindowMode});