CoderAutoScrollingImage constructor
const
CoderAutoScrollingImage({})
Implementation
const CoderAutoScrollingImage({
super.key,
required this.assetPath,
this.axis = ScrollAxis.horizontal,
this.scrollSpeed = 1.0,
this.fit = BoxFit.cover,
this.repetitionCount = 10,
this.width,
this.height,
});