of static method
Gets the closest FitTheme in the Widget Tree.
Implementation
static FitTheme of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<FitTheme>()!;
}
Gets the closest FitTheme in the Widget Tree.
static FitTheme of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<FitTheme>()!;
}