ListBackdrop constructor

const ListBackdrop({
  1. Key? key,
  2. required ValueNotifier<bool> listener,
  3. VoidCallback? onTap,
})

Implementation

const ListBackdrop({Key? key, required this.listener, this.onTap})
    : super(key: key);