<@U0MKUB7N3> The beautiful thing about this approa...
# tornadofx
e
@deutronomium The beautiful thing about this approach is that you don't need to instantiate a
MaterialButton
, as long as the styles are loaded, you only need to create a normal button. The stylesheet can just be a normal TornadoFX type safe stylesheet, so to use it you only need to write
importStylesheet(MaterialDesign::class)
.