color method

IconBuilder color(
  1. Color color
)

Implementation

IconBuilder color(Color color) => this.._iconColor = color;