copyWith method
Implementation
LookAndFeelLinks copyWith({String? color}) {
  return LookAndFeelLinks(
    color: color ?? this.color,
  );
}LookAndFeelLinks copyWith({String? color}) {
  return LookAndFeelLinks(
    color: color ?? this.color,
  );
}