LinkRendererConfig<D>  class 
 
Configuration for a SankeyRenderer.
- Inheritance
- 
    - Object
- LayoutViewConfig
- LinkRendererConfig
 
- Implemented types
Constructors
- LinkRendererConfig({String? customRendererId, int layoutPaintOrder = LayoutViewPaintOrder.bar, SymbolRenderer? symbolRenderer})
Properties
- customRendererId → String?
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id ↔ String?
- 
  Unique identifier for the LayoutView.
  getter/setter pairinherited
- isFullPosition → bool
- 
  Returns true if it is a full position.
  no setterinherited
- layoutPaintOrder → int
- 
  The order to paint this renderer on the canvas.
  final
- paintOrder ↔ int?
- 
  The order to paint a LayoutView on the canvas.
  getter/setter pairinherited
- position ↔ LayoutPosition?
- 
  The position of a LayoutView defining where to place the view.
  getter/setter pairinherited
- positionOrder ↔ int?
- 
  The order to place the LayoutView within a chart margin.
  getter/setter pairinherited
- rendererAttributes → RendererAttributes
- 
  Stores typed renderer attributes
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- symbolRenderer → SymbolRenderer
- 
  
  final
- viewMargin ↔ ViewMargin
- 
  Defines the space around a layout component.
  getter/setter pairinherited
Methods
- 
  build() → LinkRenderer< D> 
- 
  
  override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited