BeginingSurahCard constructor

const BeginingSurahCard({
  1. Key? key,
  2. required QuranLineResultModel line,
  3. required QuranPageReaderConfig config,
})

Implementation

const BeginingSurahCard({
  Key? key,
  required this.line,
  required this.config,
}) : super(key: key);