onCreated property

void Function(GlobalKey<State<StatefulWidget>> key) onCreated
final

Called when "buildingOffset" of reorderableEntity is true and the child was built.

Implementation

final void Function(GlobalKey key) onCreated;