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