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