white method

NamedIcon white()

Implementation

NamedIcon white() {
  return copyWith(color: Colors.white);
}