CubertoDrawer constructor
const
CubertoDrawer({
- Icon? icon,
- CubertoDrawerStyle style = CubertoDrawerStyle.noDrawer,
Creates a CubertoDrawer.
The icon parameter specifies the icon to be used.
The style parameter determines the placement of the drawer icon.
Implementation
const CubertoDrawer({this.icon, this.style = CubertoDrawerStyle.noDrawer});