coil-base
/
coil.request
/
ImageRequest
/
Builder
/
size
size
fun
size
(
@
Px
()
size:
Int
):
<ERROR CLASS>
Content copied to clipboard
fun
size
(
@
Px
()
width:
Int
,
@
Px
()
height:
Int
):
<ERROR CLASS>
Content copied to clipboard
fun
size
(width:
Dimension
, height:
Dimension
):
<ERROR CLASS>
Content copied to clipboard
fun
size
(size:
Size
):
<ERROR CLASS>
Content copied to clipboard
Set the requested width/height.
fun
size
(resolver:
SizeResolver
):
<ERROR CLASS>
Content copied to clipboard
Set the
SizeResolver
to resolve the requested width/height.