ValueNotifierSliderVisibility constructor
const
ValueNotifierSliderVisibility({})
Implementation
const ValueNotifierSliderVisibility({
Key? key,
required this.child,
required this.visibilityNotifier,
this.animationDuration = const Duration(milliseconds: 300),
this.beginOffset = Offset.zero,
this.endOffset = const Offset(0.0, 2.0),
}) : super(key: key);