onAxisConfigured property

LifecycleEmptyCallback? onAxisConfigured
final

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.

Implementation

final LifecycleEmptyCallback? onAxisConfigured;