menu
flutter_tabs package
documentation
tabs.dart
ScrollProgressInfo
ScrollProgressInfo.new const constructor
ScrollProgressInfo.new 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_tabs package
documentation
tabs
ScrollProgressInfo
ScrollProgressInfo.new const constructor
ScrollProgressInfo class