5#ifndef INCLUDE_FIFECHAN_WIDGETS_SPACER_HPP_
6#define INCLUDE_FIFECHAN_WIDGETS_SPACER_HPP_
8#include "fifechan/widget.hpp"
Abstract interface providing primitive drawing functions (lines, rectangles, etc.).
void draw(Graphics *graphics) override
Overrides this so that the spacer doesn't draw nothing.
void resizeToContent(bool recursion) override
Resize this widget to fit its content.
Spacer()
Initializes the spacer.