isWidgetTreeReady method

  1. @protected
bool isWidgetTreeReady([
  1. String? groupName
])

Returns whether the application has rendered its first frame and it is appropriate to display the Widget tree in the inspector.

Implementation

@protected
bool isWidgetTreeReady([String? groupName]) {
  return WidgetsBinding.instance.debugDidSendFirstFrameEvent;
}