isIconButton method
Determines if this is an icon-only button
Implementation
bool isIconButton() {
return buttonIcon != null && properties.title == null;
}
Determines if this is an icon-only button
bool isIconButton() {
return buttonIcon != null && properties.title == null;
}