DisplayPhotoViewArguments constructor

DisplayPhotoViewArguments({
  1. required bool isBackSide,
  2. required Uint8List image,
  3. required String btnText,
})

Implementation

DisplayPhotoViewArguments({
  required this.isBackSide,
  required this.image,
  required this.btnText,
});