customOutline method

  1. @override
OutlineRF customOutline({
  1. Function? onDrawerItemClick,
})
override

Implementation

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