LiveInfoWidget constructor

const LiveInfoWidget({
  1. Key? key,
  2. required LiveController liveController,
})

Implementation

const LiveInfoWidget({super.key, required super.liveController});