withColor method

Icon withColor(
  1. Color customColor
)

Implementation

Icon withColor(Color customColor)
{
  return Icon(icon, color: customColor);
}