bottomBar method

  1. @override
Component bottomBar(
  1. BottomBarProps props
)
override

Render a bottom bar component

Implementation

@override
Component bottomBar(BottomBarProps props) => CodexBottomBar(props);