Package-level declarations

Types

Link copied to clipboard
data class AreaColors(val text: Color, val foreground: Color, val startBackground: Color, val endBackground: Color, val startBorderColor: Color, val endBorderColor: Color, val focusColor: Color)

Color definition for an area which has background and foreground.

Link copied to clipboard
interface AreaProvider
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
val LocalAreaColors: ProvidableCompositionLocal<AreaColors>
Link copied to clipboard
val LocalDefaultBoldTextStyle: ProvidableCompositionLocal<TextStyle>
Link copied to clipboard
val LocalDefaultTextStyle: ProvidableCompositionLocal<TextStyle>
Link copied to clipboard
val LocalDisabledAreaColors: ProvidableCompositionLocal<AreaColors>
Link copied to clipboard
val LocalErrorAreaColors: ProvidableCompositionLocal<AreaColors>
Link copied to clipboard
val LocalErrorInactiveAreaColors: ProvidableCompositionLocal<AreaColors>
Link copied to clipboard
val LocalFocusAreaColors: ProvidableCompositionLocal<AreaColors>
Link copied to clipboard
val LocalH0TextStyle: ProvidableCompositionLocal<TextStyle>
Link copied to clipboard
val LocalH1TextStyle: ProvidableCompositionLocal<TextStyle>
Link copied to clipboard
val LocalH2BoldTextStyle: ProvidableCompositionLocal<TextStyle>
Link copied to clipboard
val LocalH2TextStyle: ProvidableCompositionLocal<TextStyle>
Link copied to clipboard
val LocalH3BoldTextStyle: ProvidableCompositionLocal<TextStyle>
Link copied to clipboard
val LocalH3TextStyle: ProvidableCompositionLocal<TextStyle>
Link copied to clipboard
val LocalHoverAreaColors: ProvidableCompositionLocal<AreaColors>
Link copied to clipboard
val LocalInactiveAreaColors: ProvidableCompositionLocal<AreaColors>
Link copied to clipboard
val LocalMainToolBarColors: ProvidableCompositionLocal<MainToolBarColors>
Link copied to clipboard
val LocalMediumBoldTextStyle: ProvidableCompositionLocal<TextStyle>
Link copied to clipboard
val LocalMediumTextStyle: ProvidableCompositionLocal<TextStyle>
Link copied to clipboard
val LocalNormalAreaColors: ProvidableCompositionLocal<AreaColors>
Link copied to clipboard
val LocalParagraphTextStyle: ProvidableCompositionLocal<TextStyle>
Link copied to clipboard
val LocalPressedAreaColors: ProvidableCompositionLocal<AreaColors>
Link copied to clipboard
val LocalSelectionAreaColors: ProvidableCompositionLocal<AreaColors>
Link copied to clipboard
val LocalSelectionInactiveAreaColors: ProvidableCompositionLocal<AreaColors>
Link copied to clipboard
val LocalSmallTextStyle: ProvidableCompositionLocal<TextStyle>
Link copied to clipboard

Functions

Link copied to clipboard
@Composable
fun Modifier.areaBackground(areaColors: AreaColors = LocalAreaColors.current, shape: Shape = RectangleShape): Modifier
Link copied to clipboard
@Composable
fun Modifier.areaBorder(areaColors: AreaColors = LocalAreaColors.current, width: Dp = 1.dp, shape: Shape = RectangleShape): Modifier
Link copied to clipboard
@Composable
fun Modifier.areaFocusBorder(focused: Boolean, areaColors: AreaColors = LocalAreaColors.current, width: Dp = 2.dp, shape: Shape = RectangleShape): Modifier
Link copied to clipboard
fun Modifier.background(areaColors: AreaColors, shape: Shape = RectangleShape): Modifier
Link copied to clipboard
fun Modifier.border(areaColors: AreaColors, width: Dp = 1.dp, shape: Shape = RectangleShape): Modifier
Link copied to clipboard
fun Modifier.focusBorder(focused: Boolean, areaColors: AreaColors, width: Dp = 2.dp, shape: Shape = RectangleShape): Modifier
Link copied to clipboard
fun Modifier.outerBorder(border: BorderStroke, shape: Shape = RectangleShape): Modifier
fun Modifier.outerBorder(width: Dp, brush: Brush, shape: Shape): Modifier
fun Modifier.outerBorder(width: Dp, color: Color, shape: Shape = RectangleShape): Modifier