matchWidgetForExport method

bool matchWidgetForExport(
  1. Widget? widget
)
inherited

Implementation

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