orientationOf static method
Returns the orientation of the YaruMasterDetailPage that most tightly encloses the given context.
Implementation
static Orientation orientationOf(BuildContext context) {
return maybeOrientationOf(context)!;
}
Returns the orientation of the YaruMasterDetailPage that most tightly encloses the given context.
static Orientation orientationOf(BuildContext context) {
return maybeOrientationOf(context)!;
}