Input$ConfigImageLightboxInput constructor

Input$ConfigImageLightboxInput({
  1. int? slideshowDelay,
  2. Enum$ImageLightboxDisplayMode? displayMode,
  3. bool? scaleUp,
  4. bool? resetZoomOnNav,
  5. Enum$ImageLightboxScrollMode? scrollMode,
  6. int? scrollAttemptsBeforeChange,
  7. bool? disableAnimation,
})

Implementation

factory Input$ConfigImageLightboxInput({
  int? slideshowDelay,
  Enum$ImageLightboxDisplayMode? displayMode,
  bool? scaleUp,
  bool? resetZoomOnNav,
  Enum$ImageLightboxScrollMode? scrollMode,
  int? scrollAttemptsBeforeChange,
  bool? disableAnimation,
}) => Input$ConfigImageLightboxInput._({
  if (slideshowDelay != null) r'slideshowDelay': slideshowDelay,
  if (displayMode != null) r'displayMode': displayMode,
  if (scaleUp != null) r'scaleUp': scaleUp,
  if (resetZoomOnNav != null) r'resetZoomOnNav': resetZoomOnNav,
  if (scrollMode != null) r'scrollMode': scrollMode,
  if (scrollAttemptsBeforeChange != null)
    r'scrollAttemptsBeforeChange': scrollAttemptsBeforeChange,
  if (disableAnimation != null) r'disableAnimation': disableAnimation,
});