webPageOf<T extends WebPageWidget> method

T? webPageOf<T extends WebPageWidget>(
  1. BuildContext context
)

Supply the widget through the widget tree.

Implementation

T? webPageOf<T extends WebPageWidget>(BuildContext context) =>
    BasicScrollController.of<T>(context);