Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
@Stable
class DefaultComponentStyling(val checkboxStyle: CheckboxStyle, val chipStyle: ChipStyle, val circularProgressStyle: CircularProgressStyle, val defaultBannerStyle: DefaultBannerStyles, val comboBoxStyle: ComboBoxStyle, val defaultButtonStyle: ButtonStyle, val defaultDropdownStyle: DropdownStyle, val defaultTabStyle: TabStyle, val dividerStyle: DividerStyle, val editorTabStyle: TabStyle, val groupHeaderStyle: GroupHeaderStyle, val horizontalProgressBarStyle: HorizontalProgressBarStyle, val iconButtonStyle: IconButtonStyle, val lazyTreeStyle: LazyTreeStyle, val linkStyle: LinkStyle, val menuStyle: MenuStyle, val outlinedButtonStyle: ButtonStyle, val popupContainerStyle: PopupContainerStyle, val radioButtonStyle: RadioButtonStyle, val scrollbarStyle: ScrollbarStyle, val segmentedControlButtonStyle: SegmentedControlButtonStyle, val segmentedControlStyle: SegmentedControlStyle, val selectableLazyColumnStyle: SelectableLazyColumnStyle, val simpleListItemStyle: SimpleListItemStyle, val sliderStyle: SliderStyle, val textAreaStyle: TextAreaStyle, val textFieldStyle: TextFieldStyle, val tooltipStyle: TooltipStyle, val undecoratedDropdownStyle: DropdownStyle) : ComponentStyling
Link copied to clipboard

Class to define possible directions.

Link copied to clipboard

Functions

Link copied to clipboard
fun ColorFilter.Companion.disabled(): ColorFilter
Link copied to clipboard
@Composable
fun Modifier.focusOutline(showOutline: Boolean, outlineShape: Shape, alignment: Stroke.Alignment = Stroke.Alignment.Outside, outlineWidth: Dp = JewelTheme.globalMetrics.outlineWidth, expand: Dp = Dp.Unspecified): Modifier
@Composable
fun Modifier.focusOutline(state: FocusableComponentState, outlineShape: Shape, alignment: Stroke.Alignment = Stroke.Alignment.Outside, outlineWidth: Dp = JewelTheme.globalMetrics.outlineWidth, expand: Dp = Dp.Unspecified): Modifier
Link copied to clipboard
@Composable
fun Modifier.outline(state: FocusableComponentState, outline: Outline, outlineShape: Shape, alignment: Stroke.Alignment = Stroke.Alignment.Outside, outlineWidth: Dp = JewelTheme.globalMetrics.outlineWidth): Modifier