Abhishek Dewan
10/04/2022, 6:20 PMjw
10/04/2022, 6:21 PMjw
10/04/2022, 6:22 PMjim
10/04/2022, 6:23 PMAbhishek Dewan
10/04/2022, 6:26 PMCasey Brooks
10/04/2022, 6:45 PMdewildte
10/04/2022, 9:26 PMContext
was a CompositionLocal I sighed.
I was hoping to get away from Context
and Android specific stuff in Jetpack Compose.
Like, pragmatically I understand why they are there though.jw
10/04/2022, 9:59 PMjw
10/04/2022, 10:00 PMdewildte
10/04/2022, 10:01 PMmattinger
10/04/2022, 10:41 PMmattinger
10/04/2022, 10:44 PMCLButton(...) { Text(...) }
instead of
CLButton(variant=CLButtonVariant.Fill, ...) { Text(...) }
when we provide them a content slot where there the convention is a fill button.
It's akin to something like LocalTextStyle and LocalContentColor