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 |
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 |
CurtainPageController? | controller | An object that can be used to control the curtain page | null |