RebuildDirtyWidgetCallback typedef

void RebuildDirtyWidgetCallback (Element e, bool builtOnce)

Signature for debugOnRebuildDirtyWidget implementations.

Implementation

typedef RebuildDirtyWidgetCallback = void Function(Element e, bool builtOnce);