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

Latest commit

 

History

History

builder_pattern

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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