GFDrawerHeaderPictures constructor

const GFDrawerHeaderPictures({
  1. Key? key,
  2. Widget? currentAccountPicture,
  3. List<Widget>? otherAccountsPictures,
  4. Widget? closeButton,
  5. bool centerAlign = false,
})

Implementation

const GFDrawerHeaderPictures({
  Key? key,
  this.currentAccountPicture,
  this.otherAccountsPictures,
  this.closeButton,
  this.centerAlign = false,
}) : super(key: key);