featherColor property

Color? featherColor
final

Optional color for the edge fade overlay gradient.

Defines the base color for the semi-transparent gradients at the carousel's left and right edges. Defaults to the theme's background color if null, ensuring seamless integration with the app's color scheme. Useful for tinted fades in themed sections.

Type: Color? (nullable) Usage: Customize for branded or contextual fading effects.

Implementation

final Color? featherColor;