matchWidgetForExport method

bool matchWidgetForExport(
  1. Widget? widget
)

Implementation

bool matchWidgetForExport(Widget? widget) => widget.runtimeType == widgetType;