KvadrantTheme
fun KvadrantTheme(colors: KvadrantColors = KvadrantColors.dark(), typography: KvadrantTypography = LocalKvadrantTypography.current, metrics: KvadrantMetrics = KvadrantMetrics(), remastered: Boolean = false, content: @Composable () -> Unit)
Wraps content in a Metro theme, and replaces the press indication with TiltIndication — the plane leaning towards the finger is Metro's ripple, and it is the default rather than something a caller remembers to apply.
remastered switches on the things this library does that the phone did not. It is off by default and every one of them is listed in research §2, D17.