Camera constant

int const Camera

Camera picker.

Implementation

// TODO(rydmike): This const property name does not conform to Dart standards,
//   but fixing it is a breaking change, thus not changed yet.
// ignore: constant_identifier_names
static const int Camera = 0;