Replaces the icon and optional icon size on icon-like widgets.
void icon(String name, {double? size}) { _iconName = name; _iconSize = size; }