IndicatorThemeData constructor

const IndicatorThemeData({
  1. Color? color,
  2. double? size,
  3. double? position,
})

Creates a theme that can be used for IndicatorTheme or TimelineThemeData.indicatorTheme.

Implementation

const IndicatorThemeData({
  this.color,
  this.size,
  this.position,
});