Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Instructs the Poko compiler plugin to generate equals, hashcode, and toString functions for the class it's attached to.
Link copied to clipboard
@Immutable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Immutable
Link copied to clipboard
@Immutable
Functions
Link copied to clipboard
Enables the new compositing strategy for rendering directly into Swing Graphics. This fixes z-order problems and artifacts on resizing, but has a performance penalty when using infinitely repeating animations.
Link copied to clipboard
fun Stroke(width: Dp, brush: Brush, alignment: Stroke.Alignment, expand: Dp = Dp.Unspecified): Stroke
fun Stroke(width: Dp, color: Color, alignment: Stroke.Alignment, expand: Dp = Dp.Unspecified): Stroke