SuggestionChipDefaults
object SuggestionChipDefaults
Contains the baseline values used by SuggestionChip.
Functions
Link copied to clipboard
@Composable
Creates a ChipColors that represents the default container, label, and icon colors used in an elevated SuggestionChip.
Link copied to clipboard
@Composable
Creates a ChipElevation that will animate between the provided values according to the Material specification for an elevated SuggestionChip.
Link copied to clipboard
@Composable
Creates a ChipBorder that represents the default border used in a flat SuggestionChip.
@Composable
Creates a BorderStroke that represents the default border used in a flat SuggestionChip.
Link copied to clipboard
@Composable
Creates a ChipColors that represents the default container, label, and icon colors used in a flat SuggestionChip.
Link copied to clipboard
@Composable
Creates a ChipElevation that will animate between the provided values according to the Material specification for a flat SuggestionChip.