LiveContentProvider constructor

const LiveContentProvider({
  1. required String title,
})

Implementation

const LiveContentProvider({required this.title});