#include "TopBar.h" TopBar::TopBar() { SetBackgroundColor(Color::Create(50, 50, 50)); } std::unique_ptr TopBar::Create() { return std::make_unique(); }