ImageAllScreen constructor
const
ImageAllScreen({
- Key? key,
- required AssetEntity entity,
- required ThumbnailOption option,
- GestureTapCallback? onTap,
Implementation
const ImageAllScreen({
Key? key,
required this.entity,
required this.option,
this.onTap,
}) : super(key: key);