bottomBar method

Column? bottomBar(
  1. BuildContext context, [
  2. WebPageWidget? widget
])

Possible bottom bar

Implementation

Column? bottomBar(BuildContext context, [WebPageWidget? widget]) =>
    webPageBaseController.onBottomBar(context, widget);