CubertoDrawer constructor

const CubertoDrawer({
  1. Icon? icon,
  2. 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});