Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 287 Bytes

README.md

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