of static method

FlexTable? of(
  1. BuildContext context
)

Implementation

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