CardCarouselTheme class

Theme configuration for CardCarousel widgets.

This class allows customizing the appearance of all CardCarousel instances through the ArcaneTheme.

See also:

  • doc/component/card_carousel.md for more detailed documentation
  • CardCarousel, which uses this theme

Constructors

CardCarouselTheme.new({int sharpness = 9})
Creates a CardCarouselTheme with the specified sharpness.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharpness int
Controls the intensity of the edge gradient fade effect.
final

Methods

copyWith({int? sharpness}) CardCarouselTheme
Creates a copy of this theme but with the given fields replaced with new values.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited