showGallery property

bool showGallery
final

Whether to show gallery button (default: true)

Example:

showGallery: false, // Hide gallery option

Implementation

final bool showGallery;