ShowPdfsTabs constructor

const ShowPdfsTabs({
  1. Key? key,
  2. required List<EFile> files,
  3. required int position,
  4. required bool keepSignPositionOfFirstPage,
})

Implementation

const ShowPdfsTabs({
  Key? key,
  required this.files,
  required this.position,
  required this.keepSignPositionOfFirstPage,
}) : super(key: key);