FastChart constructor
const
FastChart({})
Implementation
const FastChart({
super.key,
required this.chartBuilder,
this.animate = false,
double? width = 200,
double? height = 200,
double? visibleFractionThreshold = 0.5,
}) : visibleFractionThreshold = visibleFractionThreshold ?? 0.5,
width = width ?? 200,
height = height ?? 200;