ClassBreaksRenderer constructor
- String fieldName = '',
- 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.