showCamera property

bool showCamera
final

Whether to show camera button (default: true)

Example:

showCamera: false, // Hide camera option

Implementation

final bool showCamera;