SeniorTimelineThemeData constructor

const SeniorTimelineThemeData({
  1. double? gutterSpacing,
  2. double? indicatorSize,
  3. double? itemGap,
  4. double? lineGap,
  5. double? strokeWidth,
  6. SeniorTimelineStyle? style,
})

Theme definitions for the SeniorTimeline component.

Implementation

const SeniorTimelineThemeData({
  this.gutterSpacing,
  this.indicatorSize,
  this.itemGap,
  this.lineGap,
  this.strokeWidth,
  this.style,
});