Camera constructor

Camera({
  1. Offset? offset,
})

Implementation

Camera({Offset? offset}) : offset = offset ?? Offset.zero;