TopContainerSlider constructor
const
TopContainerSlider({
- Key? key,
- required AnimationGlop animationGlop,
- Color? containerColor,
- Color? arrowColor,
Implementation
const TopContainerSlider(
{super.key,
required this.animationGlop,
this.containerColor,
this.arrowColor});