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