ClassBreaksRenderer constructor

ClassBreaksRenderer({
  1. String fieldName = '',
  2. List<ClassBreak> classBreaks = const [],
})

Creates a new class breaks renderer with the given class breaks applied to the given field.

Parameters:

  • fieldName — The field name that the class breaks apply to.
  • classBreaks — The collection of class breaks to apply to the given field.