multiBrowse
fun multiBrowse(preferredItemWidth: Int, minSmallItemWidth: Int? = null, maxSmallItemWidth: Int? = null): CarouselTileSchema.CarouselTypeSchema.MultiBrowse
Multi-browse carousel layout — items are sized around preferredItemWidth, with edge items allowed to shrink between minSmallItemWidth and maxSmallItemWidth (falling back to Material defaults when left null).