getAppBottomBar static method
Implementation
static getAppBottomBar(OutlineRF local, TemplateRF template) {
OutlineRF _source = OutlineRF();
_source.footer = local.footer ?? implemented.footer ?? implemented.footer;
return _source.footer;
}
static getAppBottomBar(OutlineRF local, TemplateRF template) {
OutlineRF _source = OutlineRF();
_source.footer = local.footer ?? implemented.footer ?? implemented.footer;
return _source.footer;
}