MountCallback<T> typedef

MountCallback<T> = void Function(T id, RenderMetricsBox box)

Mount / create instance callback RenderMetricsObject.

Implementation

typedef MountCallback<T> = void Function(T id, RenderMetricsBox box);