insets
/
com.google.accompanist.insets
/
Insets
Insets
@
Stable
()
interface
Insets
Content copied to clipboard
Functions
Properties
Inheritors
Functions
copy
Link copied to clipboard
open fun
copy
(left:
Int
= this.left, top:
Int
= this.top, right:
Int
= this.right, bottom:
Int
= this.bottom):
Insets
Content copied to clipboard
minus
Link copied to clipboard
open operator fun
minus
(other:
Insets
):
Insets
Content copied to clipboard
plus
Link copied to clipboard
open operator fun
plus
(other:
Insets
):
Insets
Content copied to clipboard
Properties
bottom
Link copied to clipboard
abstract val
bottom
:
Int
Content copied to clipboard
The bottom dimension of these insets in pixels.
left
Link copied to clipboard
abstract val
left
:
Int
Content copied to clipboard
The left dimension of these insets in pixels.
right
Link copied to clipboard
abstract val
right
:
Int
Content copied to clipboard
The right dimension of these insets in pixels.
top
Link copied to clipboard
abstract val
top
:
Int
Content copied to clipboard
The top dimension of these insets in pixels.
Inheritors
InsetsType
Link copied to clipboard