-
ActionParameters
Action parameters, used to pass information to an Action.
-
ActionParameters.Key
Key for ActionParameters values.
-
ActionParameters.Pair
Key Value pairs for Parameters.
-
Alignment
A class used to specify the position of a sized box inside an available space.
-
Alignment.Horizontal
Specifies how a parent should lay its children out horizontally, if the child has a width smaller than the parent.
-
Alignment.Vertical
Specifies how a parent should lay its children out vertically, if the child has a height smaller than the parent.
- BackgroundModifier.Color
- BackgroundModifier.Image
-
ButtonColors
Represents the colors used to style a button, prefer this to using the modifier.
-
ColorFilter
Effects used to modify the color of an image.
-
ColorProviders
Holds a set of Glance specific ColorProvider that can be used to represent a Material 3 color scheme.
-
CombinedGlanceModifier
A node in a GlanceModifier chain.
-
ContentScale
Scaling to be used when an element is smaller than its available bounds.
- Dimension.Dp
- Dimension.Resource
- ExperimentalGlanceApi
-
FontFamily
Describes the family of the font.
-
FontStyle
Describes the style of the font: Normal] or Italic.
-
FontWeight
Weight of a font.
-
GlanceComposable
An annotation that can be used to mark a composable function as being expected to be use in a composable function that is also marked or inferred to be marked as a GlanceComposabl…
-
MutableActionParameters
Mutable version of ActionParameters.
-
SemanticsConfiguration
Describes the semantics information associated with the owning component.
-
SemanticsPropertyKey
SemanticsPropertyKey is the infrastructure for setting key/value pairs inside semantics block in a type-safe way.
-
TextAlign
Defines the alignment of the text in its view.
-
TextDecoration
Defines a horizontal line to be drawn on the text.
-
TextStyle
Description of a text style for the Text composable.
-
Visibility
Value of the visibility field for a node in the composition tree.
-
Visibility.Gone
The node is invisible, and doesn't use any space, as if removed.
-
Visibility.Invisible
The node is invisible, but still uses the space in the layout.
-
Visibility.Visible
The node is visible (the default).
Last updated: