curtain 0.0.1
curtain: ^0.0.1 copied to clipboard
A flutter dynamic responsive dashboard.
Curtain #
A flutter dynamic responsive dashboard.
| Data Type | Parameter | Details | Default value |
|---|---|---|---|
| List | items | list of pages and sidebar actions. | null |
| CurtainSideBarConfig | curtainSideBarConfig | Config of the sidebar. | null |
| int | initialPage | Initial Page. | 0 |
| bool | extendBody | Extends Page Body under edge of sidebar. | false |
| void Function(int page) | onPageChange | Function which called when page changes. | null |
| ScaffoldConfig | scaffoldConfig | Config of the main page scaffold. | null |
| TextDirection | direction | Direction of the page. | null |