isIconButton property
bool
get
isIconButton
Whether this instance is configured as an icon button variant.
Implementation
bool get isIconButton => buttonIcon != null;
Whether this instance is configured as an icon button variant.
bool get isIconButton => buttonIcon != null;