Icon Render Properties
data class IconRenderProperties(val sceneWidth: Int = 192, val sceneHeight: Int = 192, val sceneDensity: <Error class: unknown class> = Density(2f), val targetWidth: Int = 192, val targetHeight: Int = 192)
Properties for rendering a Composable icon.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
Density for androidx.compose.ui.ImageComposeScene
Link copied to clipboard
Height of the androidx.compose.ui.ImageComposeScene in pixels
Link copied to clipboard
Width of the androidx.compose.ui.ImageComposeScene in pixels
Link copied to clipboard
Height of the rendered icon in pixels
Link copied to clipboard
Width of the rendered icon in pixels