CustomSlidableAutoCloseNotificationSender constructor
const
CustomSlidableAutoCloseNotificationSender({
- Key? key,
- required Object? groupTag,
- required CustomSlidableController controller,
- required Widget child,
INTERNAL USE
Implementation
const CustomSlidableAutoCloseNotificationSender({
super.key,
required this.groupTag,
required this.controller,
required this.child,
});