-
LocalAbsoluteTonalElevation
CompositionLocal containing the current absolute elevation provided by Surface components.
-
LocalContentColor
CompositionLocal containing the preferred content color for a given position in the hierarchy.
-
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.
-
LocalRippleConfiguration
CompositionLocal used for providing RippleConfiguration down the tree.
-
LocalRippleThemeConfiguration
The overall RippleThemeConfiguration in use by all built-in components and ripple.
-
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.
-
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: