TTimelineIndicator constructor
const
TTimelineIndicator({
- Key? key,
- double size = 36.0,
- Color? color,
- Color? ringColor,
- Color? innerColor,
- double ringWidth = 2.0,
- double ringGap = 2.5,
- Widget? icon,
- IconData? iconData,
- double? iconSize,
- Color? iconColor,
- TVariant variant = TVariant.tonal,
- bool isActive = false,
- bool isCompleted = false,
- bool isDot = false,
- Widget? child,
- VoidCallback? onTap,
Implementation
const TTimelineIndicator({
super.key,
this.size = 36.0,
this.color,
this.ringColor,
this.innerColor,
this.ringWidth = 2.0,
this.ringGap = 2.5,
this.icon,
this.iconData,
this.iconSize,
this.iconColor,
this.variant = TVariant.tonal,
this.isActive = false,
this.isCompleted = false,
this.isDot = false,
this.child,
this.onTap,
});