Skip to content

EmptyWidget

An empty layout placeholder (GuiElementType::EmptyWidget).

use factorio_rs_gui::shared::empty_widget::EmptyWidget;
EmptyWidget::new()
Method Effect
new() Empty placeholder
name(&str) Optional element name

Useful for spacing or as a style target. See Widgets.