copyWith method
Creates a copy of this theme but with the given fields replaced with new values.
Implementation
CardCarouselTheme copyWith({int? sharpness}) =>
CardCarouselTheme(sharpness: sharpness ?? this.sharpness);
Creates a copy of this theme but with the given fields replaced with new values.
CardCarouselTheme copyWith({int? sharpness}) =>
CardCarouselTheme(sharpness: sharpness ?? this.sharpness);