copyWithMerge method
Implementation
IconParkTheme copyWithMerge(IconParkTheme other) {
return IconParkTheme({...paletteMap, ...other.paletteMap});
}
IconParkTheme copyWithMerge(IconParkTheme other) {
return IconParkTheme({...paletteMap, ...other.paletteMap});
}