-
- All Implemented Interfaces:
public final class LocalProvidersKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static ProvidableCompositionLocal<WindowDpSize>LocalWindowDpSizeprivate final static ProvidableCompositionLocal<Posture>LocalPosture
-
Method Summary
Modifier and Type Method Description final ProvidableCompositionLocal<WindowDpSize>getLocalWindowDpSize()Definition of the WindowDpSize local provider. final ProvidableCompositionLocal<Posture>getLocalPosture()Definition of the Posture local provider. -
-
Method Detail
-
getLocalWindowDpSize
final ProvidableCompositionLocal<WindowDpSize> getLocalWindowDpSize()
Definition of the WindowDpSize local provider.
-
getLocalPosture
final ProvidableCompositionLocal<Posture> getLocalPosture()
Definition of the Posture local provider.
-
-
-
-