Input$ConfigImageLightboxInput constructor
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,
});