IndicatorThemeData constructor

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

Implementation

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