Function Button.expandIcon

When enabled, the button's icon will expand/shrink to fit the button's size while keeping its aspect.

bool expandIcon() nothrow @property @nogc;

void expandIcon (
  bool v
) nothrow @property @nogc;