curtain 0.0.2
curtain: ^0.0.2 copied to clipboard
A flutter dynamic responsive dashboard, easy to use and completely costumizable.
Curtain #
A flutter dynamic responsive dashboard, easy to use and completely customizable.


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 |