XDrawerFullWidth constructor

const XDrawerFullWidth(
  1. {Key key,
  2. Color backgrounCcolor,
  3. List<Widget> children}
)

Implementation

const XDrawerFullWidth({Key key, this.backgrounCcolor, this.children})
    : super(key: key);