orientationOf static method

Orientation orientationOf(
  1. BuildContext context
)

Returns the orientation of the YaruMasterDetailPage that most tightly encloses the given context.

Implementation

static Orientation orientationOf(BuildContext context) {
  return maybeOrientationOf(context)!;
}