SlidableGroupBehavior<T> constructor
const
SlidableGroupBehavior<T> ({})
Creates a SlidableGroupBehavior.
Implementation
const SlidableGroupBehavior({
Key? key,
this.onNotification,
required this.child,
}) : super(key: key);