FlutterTimeLine constructor
const
FlutterTimeLine({
- Key? key,
- required List<
ItemLineItem> itemsTimeLine, - double? height,
- double? width,
- Axis direction = Axis.horizontal,
- TypeTimeLine typeTimeLine = TypeTimeLine.liner,
Implementation
const FlutterTimeLine({
super.key,
required this.itemsTimeLine,
this.height,
this.width,
this.direction = Axis.horizontal,
this.typeTimeLine = TypeTimeLine.liner,
});