TopContainerSlider constructor

const TopContainerSlider({
  1. Key? key,
  2. required AnimationGlop animationGlop,
  3. Color? containerColor,
  4. Color? arrowColor,
})

Implementation

const TopContainerSlider(
    {super.key,
    required this.animationGlop,
    this.containerColor,
    this.arrowColor});