TreeMapLabelDecorator<D> constructor
TreeMapLabelDecorator<D> ({
- TextStyleSpec? labelStyleSpec,
- int labelPadding = _defaultLabelPadding,
- bool allowLabelOverflow = true,
- bool enableMultiline = false,
Implementation
TreeMapLabelDecorator(
{TextStyleSpec? labelStyleSpec,
this.labelPadding = _defaultLabelPadding,
this.allowLabelOverflow = true,
this.enableMultiline = false})
: labelStyleSpec = labelStyleSpec ?? _defaultLabelStyle;