typedef RebuildDirtyWidgetCallback = void Function(Element e, bool builtOnce);
typedef RebuildDirtyWidgetCallable = Callable2<void, Element, bool>;