createMeasureValue method
Widget
createMeasureValue(
- BuildContext context,
- LegendEntry legendEntry,
- TappableLegend legend,
- bool isHidden,
Implementation
Widget createMeasureValue(
BuildContext context,
common.LegendEntry legendEntry,
TappableLegend legend,
bool isHidden,
) =>
GestureDetector(
onTapUp: makeTapUpCallback(context, legendEntry, legend),
child: Text(legendEntry.formattedValue!),
);