KvadrantCycleTile
fun KvadrantCycleTile(faces: List<@Composable BoxScope.() -> Unit>, modifier: Modifier = Modifier, size: TileSize = TileSize.Medium, color: Color = KvadrantTheme.colors.accent, intervalMillis: Long = DEFAULT_FLIP_INTERVAL_MILLIS, jitter: Float = DEFAULT_FLIP_JITTER, seed: Int = 0, onClick: () -> Unit = {})
A tile that cycles through up to nine faces, one sliding up as the next arrives.
Nine is the platform's limit, not a suggestion. The interval carries the same caveat as KvadrantFlipTile's: Microsoft never specified it and never let applications set it, so this is ours, jittered so a grid does not march in step.