Orcun

Results 1 issues of Orcun

``` @Composable fun Button(style: ButtonStyle = ButtonStyle()) { val colorFilter = style.centerImageTintColorRes.let { ColorFilter.tint(colorRes(id = it)) } val imageView = ImageView(LocalContext.current) val vector = VectorChildFinder(LocalContext.current, style.centerImageRes, imageView) val path1: VectorDrawableCompat.VFullPath...