SuffaRowIndicator constructor

const SuffaRowIndicator({
  1. Key? key,
  2. required int length,
  3. required int selectedIndex,
  4. double? height,
})

Implementation

const SuffaRowIndicator(
    {super.key,
    required this.length,
    required this.selectedIndex,
    this.height});