SlidableAutoCloseBarrierNotification constructor
const
SlidableAutoCloseBarrierNotification({
- required Object? groupTag,
- required SlidableController controller,
- bool enabled = false,
Creates a notification to activate/deactivate the barrier on Slidable
widgets.
Implementation
const SlidableAutoCloseBarrierNotification({
required this.groupTag,
required this.controller,
this.enabled = false,
});