Inset

data class Inset(val start: Dp, val end: Dp)(source)

Inset values for start and end

Parameters

start

The start inset

end

The end inset

Constructors

Link copied to clipboard
constructor(start: Dp, end: Dp)

Properties

Link copied to clipboard
val end: Dp
Link copied to clipboard
val start: Dp