MultiImagePage constructor

const MultiImagePage({
  1. Key? key,
  2. required List<String> titles,
  3. required List<String> paths,
  4. String appBarImage = 'Hand',
  5. bool svgImage = true,
  6. String? buildHyperLink,
})

Implementation

const MultiImagePage({
  super.key,
  required this.titles,
  required this.paths,
  this.appBarImage = 'Hand',
  this.svgImage = true,
  this.buildHyperLink,
});