of static method
Implementation
static TTableScope of(BuildContext context) {
final result = maybeOf(context);
assert(result != null, 'TTableScope not found in context');
return result!;
}
static TTableScope of(BuildContext context) {
final result = maybeOf(context);
assert(result != null, 'TTableScope not found in context');
return result!;
}