isIconButton method

bool isIconButton()

Implementation

bool isIconButton() {
  return buttonIcon != null && title == null;
}