groupTag property

Object? groupTag
final

The tag shared by all the Slidables of the same group.

This is used by SlidableAutoCloseBehavior to keep only one Slidable of the same group, open.

Implementation

final Object? groupTag;