The Flat Button patch represents the Material Design flat button. It can vary in width but has a constant height. It outputs the down state and can be disabled. Unlike the Floating Action Button and Raised Button, it does not lift on down.
X Position
The X position of the component.
Y Position
The Y position of the component.
Width
The width of the button.
X Anchor
The X anchor point of the component.
Y Anchor
The Y anchor point of the component.
Text
The text to display on the button. It is automatically centered.
Text Color
The color of the text when not disabled.
Ripple Color
The color of the touch ripple.
Disabled
If true, the button will appear disabled and no longer outputs its down state.
Down
A boolean value that represents whether the patch has recognized a touch.