coverWidget property

Widget? coverWidget
final

The widget that stays in place while the child flies away. If null, the child will fly from its current position.

Implementation

final Widget? coverWidget;