hasFlyTheme static method
Check if FlyTheme is available in the context
Implementation
static bool hasFlyTheme(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<FlyTheme>() != null;
}
Check if FlyTheme is available in the context
static bool hasFlyTheme(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<FlyTheme>() != null;
}