iconColor method

Icon iconColor(
  1. Color c
)

Creates a new Icon with the specified c color.

Implementation

Icon iconColor(Color c) => Icon(icon, size: this.size, color: c);