accessBar method

List<Widget>? accessBar(
  1. BuildContext context, [
  2. WebPageWidget? widget
])

Possible 'access bar' near the top of the screen

Implementation

List<Widget>? accessBar(BuildContext context, [WebPageWidget? widget]) =>
    null;