TTimelineIndicator.dot constructor
const
TTimelineIndicator.dot({})
Factory for a simple dot indicator inside the colored ring.
Implementation
const TTimelineIndicator.dot({
super.key,
this.size = 24.0,
this.color,
this.ringColor,
this.innerColor,
this.ringWidth = 2.0,
this.ringGap = 2.0,
this.variant = TVariant.tonal,
this.isActive = false,
this.isCompleted = false,
this.onTap,
}) : icon = null,
iconData = null,
iconSize = null,
iconColor = null,
isDot = true,
child = null;