Skip to content

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