controlLabels constant

List<String> const controlLabels

Implementation

static const List<String> controlLabels = <String>[
  'Select',
  'Camera',
  'Remove'
];