SlidableAutoCloseBarrierNotification constructor

const SlidableAutoCloseBarrierNotification({
  1. required Object? groupTag,
  2. required SlidableController controller,
  3. 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,
});