copyWith method
Implementation
CustomOverlayThemeData copyWith({Duration? animationDuration}) {
return CustomOverlayThemeData(
animationDuration: animationDuration ?? this.animationDuration,
);
}
CustomOverlayThemeData copyWith({Duration? animationDuration}) {
return CustomOverlayThemeData(
animationDuration: animationDuration ?? this.animationDuration,
);
}