groupTag property
The tag shared by all the Slidable
s of the same group.
This is used by SlidableAutoCloseBehavior to keep only one Slidable
of the same group, open.
Implementation
final Object? groupTag;
The tag shared by all the Slidable
s of the same group.
This is used by SlidableAutoCloseBehavior to keep only one Slidable
of the same group, open.
final Object? groupTag;