debugCheckContext method

  1. @mustCallSuper
bool debugCheckContext(
  1. BuildContext context
)

Implementation

@mustCallSuper
bool debugCheckContext(BuildContext context) {
  assert(debugCheckHasDirectionality(context));
  return true;
}