DispSpecs constructor

DispSpecs(
  1. {required bool nameTags,
  2. required String backgroundColor,
  3. required String nameTagsColor,
  4. required String orientationVideo}
)

Implementation

DispSpecs({
  required this.nameTags,
  required this.backgroundColor,
  required this.nameTagsColor,
  required this.orientationVideo,
});