LiveTimeIndicatorSettings constructor
const
LiveTimeIndicatorSettings({})
Settings for live time line
Implementation
const LiveTimeIndicatorSettings({
this.height = 1.0,
this.offset = 5.0,
this.color = Colors.grey,
this.timeStringBuilder,
this.showBullet = true,
this.showTime = false,
this.showTimeBackgroundView = false,
this.bulletRadius = 5.0,
this.timeBackgroundViewWidth = 60.0,
}) : assert(height >= 0, "Height must be greater than or equal to 0.");