CubertoDrawer constructor

const CubertoDrawer({
  1. Icon? icon,
  2. CubertoDrawerStyle style = CubertoDrawerStyle.noDrawer,
})

Implementation

const CubertoDrawer({this.icon, this.style = CubertoDrawerStyle.noDrawer});