Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/camera/camera_platform_interface/lib/src/events/devic…
…e_event.dart

Co-authored-by: Maurits van Beusekom <[email protected]>
  • Loading branch information
BeMacized and mvanbeusekom authored Jan 6, 2021
commit 16b9b42979ce9f9570d26b5966e0bf45f1e76de1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ abstract class DeviceEvent {}
/// The [DeviceOrientationChangedEvent] is fired every time the user changes the
/// physical orientation of the device.
class DeviceOrientationChangedEvent extends DeviceEvent {
/// The new orientation the device
/// The new orientation of the device
final DeviceOrientation orientation;

/// Build a new orientation changed event.
Expand Down