button method

HareWidget button()

Implementation

HareWidget button() {
  if (hasIcon) return iconButton();
  return buttonText();
}