RebuildDirtyWidgetCallable typedef

RebuildDirtyWidgetCallable = Callable2<void, Element, bool>

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

Implementation

typedef RebuildDirtyWidgetCallable = Callable2<void, Element, bool>;