parent
a88e321c5b
commit
68983f7084
@ -41,7 +41,7 @@ enum DeviceOrientation {
|
|||||||
/// clockwise from its boot orientation.
|
/// clockwise from its boot orientation.
|
||||||
portraitUp,
|
portraitUp,
|
||||||
|
|
||||||
/// The orientation that is 90 degrees clockwise from [portraitUp].
|
/// The orientation that is 90 degrees counterclockwise from [portraitUp].
|
||||||
///
|
///
|
||||||
/// If the device shows its boot logo in landscape, then the boot logo is
|
/// If the device shows its boot logo in landscape, then the boot logo is
|
||||||
/// shown in [landscapeLeft].
|
/// shown in [landscapeLeft].
|
||||||
@ -50,7 +50,7 @@ enum DeviceOrientation {
|
|||||||
/// The orientation that is 180 degrees from [portraitUp].
|
/// The orientation that is 180 degrees from [portraitUp].
|
||||||
portraitDown,
|
portraitDown,
|
||||||
|
|
||||||
/// The orientation that is 90 degrees counterclockwise from [portraitUp].
|
/// The orientation that is 90 degrees clockwise from [portraitUp].
|
||||||
landscapeRight,
|
landscapeRight,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user