addWidgetStyles

fun Scene.addWidgetStyles(): Scene

Extension function to add the standard widgetsfx.css stylesheet to a Scene


fun <T : Parent> T.addWidgetStyles(): T

Extension function to add the standard widgetsfx.css stylesheet to a Parent. Note that this will not have any effect unless the Parent is used as the Root element of a Scene.