DzikrReader constructor

const DzikrReader({
  1. Key? key,
  2. required Book book,
})

Implementation

const DzikrReader({Key? key, required this.book}) : super(key: key);