~~NOTRANS~~ ~~Title: Text button~~ A button is a filled rectangle with text in it. In most screens, this is great, but sometimes a button shouldn't look like a button. It should look like clickable text. This is a design decission, but check for yourself: {{:flutterui:rectbutton.png?nolink&400|}} {{:flutterui:textbutton.png?nolink&400|}} It's easy to style a button like text. Simply set following style: Style.addStyleNames(button, "f_text");