zircon.core
/
org.hexworks.zircon.api.component.builder
/
ComponentBuilder
/
withSize
common
with
Size
abstract fun
withSize
(size:
Size
):
U
Content copied to clipboard
open fun
withSize
(width:
Int
, height:
Int
):
U
Content copied to clipboard
Sets the
Size
of the resulting
Component
.