GetPhoto constructor

GetPhoto({
  1. ValueChanged<AssetEntity>? onTap,
  2. int crossAxisCount = 4,
  3. Map lang = const {},
  4. bool showAlbumsList = false,
})

Implementation

GetPhoto({
  this.onTap,
  this.crossAxisCount = 4,
  this.lang = const {},
  this.showAlbumsList = false,
});