ImageViewRouteArgs constructor

ImageViewRouteArgs({
  1. required List<String> images,
  2. String? startBy,
  3. Map<String, String>? headers,
})

Implementation

ImageViewRouteArgs({required this.images, this.startBy, this.headers});