Companion
object Companion
Functions
Link copied to clipboard
Staggers items along the axis perpendicular to scrolling. Items at the same cross-axis position start together.
Link copied to clipboard
Staggers items along the grid's scrolling axis. Items on the same main-axis line start together.
Link copied to clipboard
fun diagonal(mainAxisInterval: Duration = 200.milliseconds, crossAxisInterval: Duration = 150.milliseconds): LazyGridItemEntranceDelay
Staggers items diagonally by combining their main-axis and cross-axis offsets.
Link copied to clipboard
Staggers items one grid slot at a time in main-axis-first traversal order.