TopSlideNotification constructor

const TopSlideNotification({
  1. Key? key,
  2. required WidgetBuilder builder,
  3. required double progress,
})

Implementation

const TopSlideNotification(
    {Key? key, required this.builder, required this.progress})
    : super(key: key);