footerValueBuilder property

FooterValueBuilder? footerValueBuilder
final

Optional This callback only works if the BezierChartScale is BezierChartScale.custom otherwise it will be ignored This is used to display a custom footer value based on the current 'x' value

Implementation

final FooterValueBuilder? footerValueBuilder;