HeaderRightInfo constructor
const
HeaderRightInfo({
- Key? key,
- bool showQuit = true,
- HeaderLayoutOrientation layoutOrientation = HeaderLayoutOrientation.horizontal,
Implementation
const HeaderRightInfo({
super.key,
this.showQuit = true,
this.layoutOrientation = HeaderLayoutOrientation.horizontal,
});