setBottomBarHidden method

void setBottomBarHidden(
  1. bool value
)

Implementation

void setBottomBarHidden(bool value){
  bottomBarHidden = value;
  update();
}