FixedWidget

inner class FixedWidget(widget: Widget)

Wraps a Widget to make it easy to manage a widget that is inside a Fixed

Constructors

FixedWidget
Link copied to clipboard
fun FixedWidget(widget: Widget)

Functions

move
Link copied to clipboard
fun move(x: Double, y: Double)
remove
Link copied to clipboard
fun remove()

Properties

transform
Link copied to clipboard
var transform: Transform?
widget
Link copied to clipboard
val widget: Widget