ExperiencesTimeline constructor
const
ExperiencesTimeline({
- Key? key,
- required List<
ExperienceModel> experiences, - bool enableBorderEffect = true,
- double spacing = 32,
- double? cardWidth,
- double? cardHeight,
- EdgeInsets? cardPadding,
- BorderRadius? cardBorderRadius,
- Color? lineColor,
- Color? backgroundColor,
- double? dotSize = 2.0,
- double? dotSpacing = 4.0,
- double? lineWidth = 1.0,
- bool showDottedLine = true,
Implementation
const ExperiencesTimeline({
super.key,
required this.experiences,
this.enableBorderEffect = true,
this.spacing = 32,
this.cardWidth,
this.cardHeight,
this.cardPadding,
this.cardBorderRadius,
this.lineColor,
this.backgroundColor,
this.dotSize = 2.0,
this.dotSpacing = 4.0,
this.lineWidth = 1.0,
this.showDottedLine = true,
});