of static method

CardSettings? of(
  1. BuildContext context
)

Implementation

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