menu
flutter_custom_tab_bar package
documentation
models.dart
ScrollProgressInfo
ScrollProgressInfo const constructor
ScrollProgressInfo const constructor
dark_mode
light_mode
ScrollProgressInfo
constructor
const
ScrollProgressInfo
(
{
int
targetIndex
=
-1
,
int
currentIndex
=
0
,
double
progress
=
0
,
})
Implementation
const ScrollProgressInfo({ this.targetIndex = -1, this.currentIndex = 0, this.progress = 0, });
flutter_custom_tab_bar package
documentation
models
ScrollProgressInfo
ScrollProgressInfo const constructor
ScrollProgressInfo class