initDelay property

Duration? initDelay
final

Adding delay after initializing children.

Usually, the delay would be a postFrameCallBack. But sometimes, if the app is a bit slow, or there are a lot of things happening at the same time, a longer delay is necessary to ensure a correct behavior when using drag and drop.

Not recommended to use.

Implementation

final Duration? initDelay;