LegendDefaults

data class LegendDefaults(val titleFontWeight: FontWeight = FontWeight.Bold, val titleColor: Color = Color.Black, val backgroundColor: Color = Color.White, val margins: PaddingValues = PaddingValues(horizontal = 3.dp, vertical = 4.dp), val insets: PaddingValues = PaddingValues(8.dp), val cornerRadius: Dp = 8.dp)

A data class holding default styling values for a legend component.

Constructors

Link copied to clipboard
constructor(titleFontWeight: FontWeight = FontWeight.Bold, titleColor: Color = Color.Black, backgroundColor: Color = Color.White, margins: PaddingValues = PaddingValues(horizontal = 3.dp, vertical = 4.dp), insets: PaddingValues = PaddingValues(8.dp), cornerRadius: Dp = 8.dp)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard