rendererAttributes property

  1. @override
RendererAttributes rendererAttributes
final

Stores typed renderer attributes

This is useful for storing attributes that is used on the native platform. Such as the SymbolRenderer that is associated with each renderer but is a native builder since legend is built natively.

Implementation

@override
final rendererAttributes = RendererAttributes();