FlPreviewAssets constructor
const
FlPreviewAssets({
- Key? key,
- required int? itemCount,
- required IndexedWidgetBuilder itemBuilder,
- ExtendedPageController? controller,
- Widget? close,
- Widget? overlay,
- bool pageSnapping = true,
- bool reverse = false,
- Axis scrollDirection = Axis.horizontal,
- CanScrollPage? canScrollPage,
- ScrollPhysics? physics,
- ValueChanged<
int> ? onPageChanged,
Implementation
const FlPreviewAssets(
{super.key,
required this.itemCount,
required this.itemBuilder,
this.controller,
this.close,
this.overlay,
this.pageSnapping = true,
this.reverse = false,
this.scrollDirection = Axis.horizontal,
this.canScrollPage,
this.physics,
this.onPageChanged});