insets
/
com.google.accompanist.insets
/
Insets
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Properties
Functions
Insets
Link copied to clipboard
fun
Insets
(left:
Int
= 0, top:
Int
= 0, right:
Int
= 0, bottom:
Int
= 0):
Insets
Content copied to clipboard
Creates an
Insets
instance with the given values.
Properties
Empty
Link copied to clipboard
val
Empty
:
Insets
Content copied to clipboard
An empty
Insets
instance, with each dimension set to a value of 0.