ContainerDefaults

Contains the default values used by Container.

Since

0.5.0

Properties

Link copied to clipboard

The default border for containers.

Link copied to clipboard
val color: Color

The default background color for static containers.

Link copied to clipboard
val contentColor: Color

The default content color for static containers.

Link copied to clipboard
val shape: Shape

The default shape for containers.

Functions

Link copied to clipboard
fun style(colors: Colors = StyleDefaults.colors(), borders: Borders = StyleDefaults.borders(), scale: Scale = StyleDefaults.scale(), shapes: Shapes = StyleDefaults.shapes(), alpha: Alpha = StyleDefaults.alpha()): Style

Creates a default Style for interactive containers with customizable style properties.