build abstract method

Widget build(
  1. BuildContext context,
  2. LegendEntry legendEntry,
  3. TappableLegend legend,
  4. bool isHidden, {
  5. bool showMeasures,
})

Implementation

Widget build(
  BuildContext context,
  common.LegendEntry legendEntry,
  TappableLegend legend,
  bool isHidden, {
  bool showMeasures,
});