TopSlideNotification constructor
const
TopSlideNotification({
- Key? key,
- required WidgetBuilder builder,
- required double progress,
Implementation
const TopSlideNotification(
{Key? key, required this.builder, required this.progress})
: super(key: key);