ChartBeanFocus constructor

ChartBeanFocus(
  1. {required num focus,
  2. num? focusMax,
  3. num? focusMin,
  4. int second = 0,
  5. dynamic touchBackValue,
  6. String tag = '',
  7. CellPointSet cellPointSet = CellPointSet.normal}
)

Implementation

ChartBeanFocus({
  required this.focus,
  this.focusMax,
  this.focusMin,
  this.second = 0,
  this.touchBackValue,
  this.tag = '',
  this.cellPointSet = CellPointSet.normal,
});