iconSize method

Icon iconSize(
  1. double size
)

Extension method to directly access Icon's size without wrapping or with dot operator.

Implementation

Icon iconSize(double size) => copyWith(size: size);