ChartLine constructor
const
ChartLine({
- Key? key,
- bool animate = false,
- List<
TickSpec< staticTicks = const [],String> > - List<
ChartLineData> lineData = const [], - double height = 200.0,
- int titleFontSize = 14,
- double maskFontSize = 18.0,
- bool showLegend = true,
- bool showChartTitle = true,
- bool showAxisLine = false,
- Widget? loadingWidget,
- double strokeWidth = 1.0,
- bool hidePrimaryAxis = false,
- bool hideSecondaryAxis = false,
- bool hideDomainAxis = false,
Implementation
const ChartLine(
{Key? key,
this.animate = false,
this.staticTicks = const [],
this.lineData = const [],
this.height = 200.0,
this.titleFontSize = 14,
this.maskFontSize = 18.0,
this.showLegend = true,
this.showChartTitle = true,
this.showAxisLine = false,
this.loadingWidget,
this.strokeWidth = 1.0,
this.hidePrimaryAxis = false,
this.hideSecondaryAxis = false,
this.hiddenFn,
this.hideDomainAxis = false})
: super(key: key);