sized method

NamedIcon sized(
  1. double size
)

Implementation

NamedIcon sized(double size) {
  return copyWith(size: size);
}