Camera constructor

Camera({
  1. Color backgroundColor = BLACK,
})

Implementation

Camera({
  this.backgroundColor = BLACK,
});