PreviewerPlaceholder

class PreviewerPlaceholder(var enterTransition: EnterTransition = DEFAULT_PLACEHOLDER_ENTER_TRANSITION, var exitTransition: ExitTransition = DEFAULT_PLACEHOLDER_EXIT_TRANSITION, var content: @Composable () -> Unit = DEFAULT_PREVIEWER_PLACEHOLDER_CONTENT)

Deprecated

com.origeek.imageViewer下的全部类和方法均已弃用! 请使用新版本:com.jvziyaoyao.viewer。

Constructors

Link copied to clipboard
constructor(enterTransition: EnterTransition = DEFAULT_PLACEHOLDER_ENTER_TRANSITION, exitTransition: ExitTransition = DEFAULT_PLACEHOLDER_EXIT_TRANSITION, content: @Composable () -> Unit = DEFAULT_PREVIEWER_PLACEHOLDER_CONTENT)

Properties

Link copied to clipboard
var content: @Composable () -> Unit
Link copied to clipboard
Link copied to clipboard