LifecycleListener<D> class

Constructors

LifecycleListener({LifecycleSeriesListCallback<D>? onData, LifecycleSeriesListCallback<D>? onPreprocess, LifecycleSeriesListCallback<D>? onPostprocess, LifecycleEmptyCallback? onAxisConfigured, LifecycleCanvasCallback? onPostrender, LifecycleEmptyCallback? onAnimationComplete})

Properties

hashCode int
The hash code for this object.
no setterinherited
onAnimationComplete → LifecycleEmptyCallback?
Called after animation hits 100%. This allows a behavior or other listener to chain animations to create a multiple step animation transition.
final
onAxisConfigured → LifecycleEmptyCallback?
Called after the Axes have been configured. This step is good if you need to use the axes to get any cartesian location information. At this point Axes should be immutable and stable.
final
onData → LifecycleSeriesListCallback<D>?
Called when data is drawn to the chart (not a redraw).
final
onPostprocess → LifecycleSeriesListCallback<D>?
Called after the chart and renderers get a chance to process the data but before the axes process them.
final
onPostrender → LifecycleCanvasCallback?
Called after the chart is done rendering passing along the canvas allowing a behavior or other listener to render on top of the chart.
final
onPreprocess → LifecycleSeriesListCallback<D>?
Called for every redraw given the original SeriesList resulting from the previous onData.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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