DpAxisSize

data class DpAxisSize(val mainAxis: Dp, val crossAxis: Dp)

Parameters

mainAxis

The size of the main-axis. Left-to-right for horizontal, top-to-bottom for vertical

crossAxis

The size of the cross-axis. Top-to-bottom for horizontal, left-to-right for vertical

Constructors

Link copied to clipboard
constructor(mainAxis: Dp, crossAxis: Dp)

Properties

Link copied to clipboard
Link copied to clipboard