defaultStreamPhotoGalleryDelegate top-level constant
SliverGridDelegateWithFixedCrossAxisCount
const defaultStreamPhotoGalleryDelegate
Default grid delegate for StreamPhotoGallery.
Implementation
const defaultStreamPhotoGalleryDelegate =
SliverGridDelegateWithFixedCrossAxisCount(
crossAxisCount: 3,
mainAxisSpacing: 2,
crossAxisSpacing: 2,
);