LiveTraceViewer constructor

const LiveTraceViewer({
  1. Key? key,
  2. required Stream<RoomEvent> events,
})

Implementation

const LiveTraceViewer({super.key, required this.events});