of static method
Implementation
static CardSettings? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<CardSettings>();
}
static CardSettings? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<CardSettings>();
}