color method

AzIcon color(
  1. Color color
)

Implementation

AzIcon color(Color color){
  _color = color;
  return this;
}