iconColor method

T iconColor(
  1. Color color
)

Implementation

T iconColor(Color color) => this.copyWith(color: color);