CustomPressableWidget

constructor(x: Int, y: Int, width: Int, height: Int, message: Text)

Parameters

x

X position of the widget

y

Y position of the widget

width

Width in pixels of the widget

height

Height in pixels of the widget

message

Text label to draw over the center of the button.