maybeUseMobileLayoutOf static method
Implementation
static bool? maybeUseMobileLayoutOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<ChatContextLayoutOverride>()?.useMobileLayout;
}
static bool? maybeUseMobileLayoutOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<ChatContextLayoutOverride>()?.useMobileLayout;
}