Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 287 Bytes

File metadata and controls

13 lines (9 loc) · 287 Bytes

Builder Pattern

This example demonstrates how to create a widget using the builders. These allow to set construct-only properties and other construct properties when creating the widget.

Run it by executing:

cargo run --bin builder_pattern

screenshot