FlutterStoryView constructor
const
FlutterStoryView({
- Key? key,
- required List images,
- dynamic onPageChanged()?,
- VoidCallback? onComplete,
- double indicatorHeight = 2,
- Color? indicatorColor,
- Color? indicatorValueColor,
- EdgeInsets? indicatorPadding,
- ValueChanged<
int> ? onStoryIndexChanged,
Implementation
const FlutterStoryView({
super.key,
required this.images,
this.onPageChanged,
this.onComplete,
this.indicatorHeight = 2,
this.indicatorColor,
this.indicatorValueColor,
this.indicatorPadding,
this.onStoryIndexChanged,
});