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