21 lines
263 B
YAML
21 lines
263 B
YAML
widgets:
|
|
stateless:
|
|
- Container
|
|
- Text
|
|
- Icon
|
|
- Image
|
|
stateful:
|
|
- TextField
|
|
- ListView
|
|
- AnimatedWidget
|
|
layouts:
|
|
- Column
|
|
- Row
|
|
- Stack
|
|
- GridView
|
|
- CustomScrollView
|
|
theming:
|
|
- material_3
|
|
- cupertino
|
|
- custom_theme
|