useDesktopAuthorHeaderAtNarrowWidthsOf static method

bool useDesktopAuthorHeaderAtNarrowWidthsOf(
  1. BuildContext context
)

Implementation

static bool useDesktopAuthorHeaderAtNarrowWidthsOf(BuildContext context) {
  return maybeOf(context)?.useDesktopAuthorHeaderAtNarrowWidths ?? false;
}