colored method

NamedIcon colored(
  1. Color color
)

Implementation

NamedIcon colored(Color color) {
  return copyWith(color: color);
}