isPageWidget method

bool isPageWidget(
  1. Widget pageWidget
)

Implementation

bool isPageWidget(Widget pageWidget) => pageWidget is T;