app.widgets
Contains classes of widgets that linked to FIWL parser. Allows new widget instance creation programatically.
note
You could import another widgets as explained on this guide.
Constants#
| Name | Type | Description |
|---|---|---|
| DisplayObject | class | Most primitive widget. |
| Label | class | Displays single line or multiline text. |
| Button | class | Like Label but with material button appearance and effect. |
| Layout | class | Primitive widget with ability to contain another widgets. |
| SeriesLayout | class | Layout with its contents placed in order. |