FXGalleryPage constructor
const
FXGalleryPage({})
Implementation
const FXGalleryPage({
Key? key,
required this.itemList,
this.backgroundColor = Colors.transparent,
this.textColor = Colors.white,
this.indicatorActiveColor = Colors.white,
this.indicatorInactiveColor = Colors.white54,
this.descriptionBackgroundColor = Colors.black26,
this.errorBuilder,
}) : super(key: key);