Creates a new Icon with a different size.
Icon withSize(double size) { return Icon(icon, color: color, size: size, semanticLabel: semanticLabel); }