@override OutlineRF customOutline({Function? onDrawerItemClick}) { return OutlineRF( appBar: customAppBar(), //drawer: customDrawer(), footer: customBottomBar, ); }