TrackingWidget constructor
const
TrackingWidget({})
Implementation
const TrackingWidget(
{this.key,
required this.trackList,
this.direction = Axis.horizontal,
this.itemGap = 40.0,
this.activeColor = const Color(0xff1ab506),
this.color = const Color(0xffd8d8d8),
this.labelStyle,
this.dateStyle
})
: super(key: key);