Whether the node behaves like a button.
bool get button => _button;
set button(bool value) { _assertConvenience(); if (value == _button) return; _button = value; _bump(); }