SeniorTimelineStyle constructor

const SeniorTimelineStyle({
  1. Color? expandIconColor,
  2. double? expandIconSize,
})

Style definitions for the SeniorTimeline component.

Implementation

const SeniorTimelineStyle({
  this.expandIconColor,
  this.expandIconSize,
});