Peter Mandeljc
07/28/2023, 2:57 PM@Composable
val Colors.myExtraColor: Color
get() = if (isLight) Color.Red else Color.Green
Stylianos Gakis
07/28/2023, 2:58 PMval ColorScheme.myExtraColor: Color
get() = …
Peter Mandeljc
07/28/2023, 3:00 PMStylianos Gakis
07/28/2023, 3:04 PMPeter Mandeljc
07/28/2023, 3:16 PM