ProductScreen

fun ProductScreen(useDarkTheme: Boolean, baseProductCode: String? = null, onTapSnapPlayDetail: (snapPlayId: Int) -> Unit, onTapReadMore: (baseProductCode: String?) -> Unit, onFavoriteAttemptWithoutLogin: () -> Unit = {})