HeaderRightInfo constructor

const HeaderRightInfo({
  1. Key? key,
  2. bool showQuit = true,
  3. HeaderLayoutOrientation layoutOrientation = HeaderLayoutOrientation.horizontal,
})

Implementation

const HeaderRightInfo({
  super.key,
  this.showQuit = true,
  this.layoutOrientation = HeaderLayoutOrientation.horizontal,
});