withSize method

Icon withSize(
  1. double size
)

Implementation

Icon withSize(double size)
{
  return Icon(icon, size: size, color: color);
}