heroTag property

Object? heroTag
final

The tag to use for the Hero wrapping the window controls.

By default, a unique tag is used to ensure that the window controls stay in place during page transitions. If set to null, no Hero will be used.

Implementation

final Object? heroTag;