-
LocalAbsoluteTonalElevation
CompositionLocal containing the current absolute elevation provided by Surface components.
-
LocalBasicAlertDialogOverride
CompositionLocal containing the currently-selected BasicAlertDialogOverride.
-
LocalContentColor
CompositionLocal containing the preferred content color for a given position in the hierarchy.
-
LocalHorizontalFloatingToolbarOverride
CompositionLocal containing the currently-selected HorizontalFloatingToolbarOverride.
-
LocalHorizontalFloatingToolbarWithFabOverride
CompositionLocal containing the currently-selected HorizontalFloatingToolbarOverride.
-
LocalMinimumInteractiveComponentEnforcement
CompositionLocal that configures whether Material components that have a visual size that is lower than the minimum touch target size for accessibility (such as Button) will inclu…
-
LocalMinimumInteractiveComponentSize
CompositionLocal that configures the minimum touch target size for Material components (such as Button) to ensure they are accessible.
-
LocalModalWideNavigationRailOverride
CompositionLocal containing the currently-selected ModalWideNavigationRailOverride.
-
LocalNavigationBarOverride
CompositionLocal containing the currently-selected NavigationBarOverride.
-
LocalNavigationRailOverride
CompositionLocal containing the currently-selected NavigationRailOverride.
-
LocalRippleConfiguration
CompositionLocal used for providing RippleConfiguration down the tree.
-
LocalRippleThemeConfiguration
The overall RippleThemeConfiguration in use by all built-in components and ripple.
-
LocalShortNavigationBarOverride
CompositionLocal containing the currently-selected ShortNavigationBarOverride.
-
LocalSingleRowTopAppBarOverride
CompositionLocal containing the currently-selected SingleRowTopAppBarOverride.
-
LocalTextStyle
CompositionLocal containing the preferred TextStyle that will be used by Text components by default.
-
LocalTonalElevationEnabled
Composition Local used to check if ColorScheme.applyTonalElevation will be applied down the tree.
-
LocalTwoRowsTopAppBarOverride
CompositionLocal containing the currently-selected TwoRowsTopAppBarOverride.
-
LocalVerticalToolbarOverride
CompositionLocal containing the currently-selected VerticalFloatingToolbarOverride.
-
LocalVerticalToolbarWithFabOverride
CompositionLocal containing the currently-selected VerticalFloatingToolbarWithFabOverride.
-
LocalWideNavigationRailOverride
CompositionLocal containing the currently-selected WideNavigationRailOverride.
-
MinimumInteractiveLeftAlignmentLine
The vertical AlignmentLine representing the left edge of the component's original visual bounds *before* any additional space is added by Modifier.minimumInteractiveComponentSize…
-
MinimumInteractiveTopAlignmentLine
The horizontal AlignmentLine representing the top edge of the component's original visual bounds *before* any additional space is added by Modifier.minimumInteractiveComponentSize…
-
isHourInputValid
true if the current hourInput represents a valid hour (0-23).
-
isInputValid
true if the time input values are valid.
-
isMinuteInputValid
true if the current minuteInput represents a valid minute (0-59).
-
isPm
Indicates whether the selected time falls within the period from 12 PM inclusive to 12 AM non inclusive.
Last updated: